@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* fontawesome */
/* line 8, ../sass/main.scss */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 453, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 491, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team.  */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 12, ../sass/_base.scss */
a:focus {
  outline: none;
}

/* line 15, ../sass/_base.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 23, ../sass/_base.scss */
html {
  font-size: 1em;
  line-height: 1.4;
  position: relative;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 35, ../sass/_base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 40, ../sass/_base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 49, ../sass/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 63, ../sass/_base.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 74, ../sass/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 84, ../sass/_base.scss */
textarea {
  resize: vertical;
}

/* fontawesome */
/* line 91, ../sass/_base.scss */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ----- HOME & GLOBAL -----  */
/* line 102, ../sass/_base.scss */
.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

/* line 108, ../sass/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, ../sass/_base.scss */
.msie body {
  min-height: auto !important;
}

/* line 119, ../sass/_base.scss */
body {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #662b14;
  background-color: #fffcf4;
}

/* line 128, ../sass/_base.scss */
div#body {
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 80px;
  min-height: auto !important;
}
@media only screen and (max-width: 767px) {
  /* line 128, ../sass/_base.scss */
  div#body {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1281px) {
  /* line 128, ../sass/_base.scss */
  div#body {
    max-width: 90%;
  }
}
/* line 139, ../sass/_base.scss */
.home div#body {
  max-width: 100%;
}
/* line 142, ../sass/_base.scss */
.single-carousels div#body {
  max-width: 100%;
}
/* line 145, ../sass/_base.scss */
.single-trme_product div#body {
  max-width: 100%;
}
/* line 148, ../sass/_base.scss */
.at-a-glance div#body {
  max-width: 100%;
}

/* line 153, ../sass/_base.scss */
.container {
  overflow: hidden;
  min-width: 320px;
  background-image: url("../img/backgroundTexture-light.jpg");
  background-position: top center;
  background-color: #fcfaf3;
}

/* line 162, ../sass/_base.scss */
.fbIcon svg, .twitterIcon svg, .pinterestIcon svg, .instagramIcon svg {
  height: 22px;
  width: 28px;
}
/* line 165, ../sass/_base.scss */
.fbIcon svg path, .twitterIcon svg path, .pinterestIcon svg path, .instagramIcon svg path {
  fill: #CEA480;
  transition: all 0.3s ease-in-out;
}
/* line 170, ../sass/_base.scss */
.fbIcon:hover svg path, .twitterIcon:hover svg path, .pinterestIcon:hover svg path, .instagramIcon:hover svg path {
  fill: #C4712D;
}

/* line 175, ../sass/_base.scss */
#mainPageHeader {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 64px;
  background-image: url("../img/mainRepeating.jpg");
  background-repeat: repeat;
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
}
/* line 184, ../sass/_base.scss */
#mainPageHeader .Level1Mobile {
  position: relative;
  height: 64px;
  display: block;
}
/* line 189, ../sass/_base.scss */
#mainPageHeader .Level1Mobile .menuBTN, #mainPageHeader .Level1Mobile .searchBTN {
  position: absolute;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 197, ../sass/_base.scss */
#mainPageHeader .Level1Mobile .menuBTN {
  color: #c36e2c;
  left: 5%;
  width: 25px;
  height: 25px;
  background-image: url("../img/mainNavIcon.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 700;
  margin: -12px 0 0;
  text-transform: uppercase;
}
/* line 209, ../sass/_base.scss */
#mainPageHeader .Level1Mobile .menuBTN span {
  display: none;
}
/* line 212, ../sass/_base.scss */
#mainPageHeader .Level1Mobile .menuBTN.open {
  background-image: url("../img/mainNavClose.svg");
  padding-left: 30px;
  width: auto;
}
/* line 216, ../sass/_base.scss */
#mainPageHeader .Level1Mobile .menuBTN.open span {
  display: inline-block;
  margin-top: 5px;
}
/* line 223, ../sass/_base.scss */
#mainPageHeader .Level1Mobile .searchBTN {
  display: inline-block;
  right: 5%;
  width: 22px;
  height: 22px;
  background-image: url("../img/searchBTN-320.png");
  background-size: contain;
  margin: -12px 0 0;
}
/* line 234, ../sass/_base.scss */
#mainPageHeader .caLink a {
  display: inline-block;
  right: 5%;
  width: 22px;
  height: 16px;
  background-image: url("../img/canadaBTN.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: -12px 0 0;
}
/* line 245, ../sass/_base.scss */
#mainPageHeader #searchForm {
  display: none;
  position: absolute;
  top: 63px;
  background-color: #fffbe8;
  z-index: 10000;
  width: 100%;
  height: 110px;
  padding: 20px 13px;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  /* firefox 19+ */
  /* ie */
}
/* line 257, ../sass/_base.scss */
#mainPageHeader #searchForm .closeForm {
  cursor: pointer;
  width: 100%;
  height: 19px;
  background-image: url("../img/mainNavClose.svg");
  background-size: 19px 19px;
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
/* line 266, ../sass/_base.scss */
#mainPageHeader #searchForm .closeForm span {
  display: none;
}
/* line 270, ../sass/_base.scss */
#mainPageHeader #searchForm:after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
  height: 2000px;
  width: 100%;
  left: 0;
  top: 100%;
}
/* line 279, ../sass/_base.scss */
#mainPageHeader #searchForm input[type="text"] {
  border: 1px solid #eee9de;
  border-radius: 2px;
  height: 28px;
  min-width: 213px;
  width: 73%;
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 320px) {
  /* line 279, ../sass/_base.scss */
  #mainPageHeader #searchForm input[type="text"] {
    min-width: auto;
  }
}
/* line 292, ../sass/_base.scss */
#mainPageHeader #searchForm input[type="submit"] {
  background-color: #bf6e2a;
  border: 0;
  color: white;
  float: right;
  height: 28px;
  text-transform: uppercase;
  vertical-align: top;
  padding: 2px 7px;
}
/* line 303, ../sass/_base.scss */
#mainPageHeader #searchForm ::-webkit-input-placeholder {
  color: #662b14;
  padding-left: 10px;
}
/* line 304, ../sass/_base.scss */
#mainPageHeader #searchForm ::-moz-placeholder {
  color: #662b14;
  padding-left: 10px;
}
/* line 305, ../sass/_base.scss */
#mainPageHeader #searchForm :-ms-input-placeholder {
  color: #662b14;
  padding-left: 10px;
}
/* line 306, ../sass/_base.scss */
#mainPageHeader #searchForm input:-moz-placeholder {
  color: #662b14;
  padding-left: 10px;
}
/* line 308, ../sass/_base.scss */
#mainPageHeader #searchForm [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
/* line 314, ../sass/_base.scss */
#mainPageHeader #searchFormBg {
  display: none;
  position: absolute;
  top: 63px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9999;
  height: 2000px;
}
/* line 323, ../sass/_base.scss */
#mainPageHeader .showMenu {
  display: block;
}
/* line 326, ../sass/_base.scss */
#mainPageHeader .hideMenu {
  display: none;
}
/* line 329, ../sass/_base.scss */
#mainPageHeader .topNav {
  display: none;
}
/* line 332, ../sass/_base.scss */
#mainPageHeader div.Level1Expanded {
  -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
  background-color: #fcfaf3;
}
/* line 337, ../sass/_base.scss */
#mainPageHeader .collapsed > ul {
  display: none;
}
/* line 340, ../sass/_base.scss */
#mainPageHeader .expanded > ul {
  display: block;
}
/* line 344, ../sass/_base.scss */
#mainPageHeader ul.mainNav {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  width: 100%;
  list-style-type: none;
  position: absolute;
  top: 64px;
  padding: 35px 0 0;
  margin: 0;
  background-color: #fcfaf3;
  text-align: center;
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
}
/* line 356, ../sass/_base.scss */
#mainPageHeader ul.mainNav > li {
  height: 44px;
  background-image: url("../img/mainNavRightArrow.svg");
  background-size: auto 35%;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-top: 1px solid #d1c6be;
}
/* line 364, ../sass/_base.scss */
#mainPageHeader ul.mainNav > li > a {
  display: block;
  font-size: 16px;
  line-height: 14px;
  padding-left: 5%;
  text-transform: uppercase;
  vertical-align: middle;
  height: 44px;
  color: #662b14;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  padding-top: 15px;
}
/* line 378, ../sass/_base.scss */
#mainPageHeader ul.mainNav > li.expanded > a {
  display: inline;
}
/* line 382, ../sass/_base.scss */
#mainPageHeader ul.mainNav > li .secondLevelContainer {
  display: none;
}
/* line 386, ../sass/_base.scss */
#mainPageHeader ul.mainNav > li.expanded .secondLevelContainer {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 390, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul {
    position: absolute;
    list-style-type: none;
    width: 100%;
    top: -32px;
    padding: 0;
    margin: 0;
    background-color: #fcfaf3;
    position: relative;
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    						/*
    						&.nav6Col {
    							width: 1024px;
    							-moz-column-count: 6;
    							-moz-column-gap: 33px;
    							-webkit-column-count: 6;
    							-webkit-column-gap: 33px;
    							column-count: 6;
    							column-gap: 33px;
    
    							&>li {
    								-webkit-column-break-inside: avoid;
    								page-break-inside: avoid;
    								break-inside: avoid-column;
    								border-top: none;
    								padding: 0;
    								margin: 0;
    								ul {
    									padding: 0;
    									margin: 0;
    
    									li {
    										a {
    											display: block;
    										}
    									}
    								}
    							}
    						}
    						*/
  }
  /* line 404, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li {
    border-top: 1px solid #d1c6be;
  }
  /* line 406, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li > a {
    display: block;
    min-height: 44px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 5%;
    text-transform: uppercase;
    vertical-align: middle;
    color: #662b14;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  /* line 419, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li > a:hover {
    color: #b2988e;
  }
  /* line 423, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.goBack {
    background-image: url("../img/mainNavLeftArrow.svg");
    background-size: auto 35%;
    background-repeat: no-repeat;
    background-position: 5% center;
    padding-left: 30px;
  }
  /* line 430, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.collapsedMobile {
    background-image: url("../img/mainNavPlus.svg");
    background-size: auto 35%;
    background-repeat: no-repeat;
    background-position: 95% center;
  }
  /* line 435, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.collapsedMobile > ul {
    display: none;
  }
  /* line 437, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.expandedMobile {
    background-image: url("../img/mainNavMinus.svg");
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 95% 21px;
  }
  /* line 443, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.expandedMobile > ul {
    top: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 448, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.expandedMobile > ul li {
    padding: 0 0 0 10%;
    border-top: none;
  }
  /* line 452, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.expandedMobile > ul li > a {
    display: block;
    min-height: 30px;
    font-size: 14px;
    color: #c4712d;
    text-transform: none;
    padding: 0 0 14px 0;
    margin: 0;
  }
  /* line 461, ../sass/_base.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ul > li.expandedMobile > ul li > a:hover {
    color: #C89D74;
  }
}
/* line 505, ../sass/_base.scss */
#mainPageHeader ul.mainNav.hideCollapsed > li.collapsed {
  display: none;
}
/* line 508, ../sass/_base.scss */
#mainPageHeader ul.mainNav .tm-menu-section {
  display: inline-block;
  position: relative;
}
/* line 515, ../sass/_base.scss */
#mainPageHeader .homeBTN {
  display: block;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -40px;
  width: 90px;
  height: 90px;
  z-index: 10001 !important;
  background-image: url("../img/logo.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 528, ../sass/_base.scss */
.svg #mainPageHeader .homeBTN {
  background-image: url("../img/logo.svg");
}

/* line 534, ../sass/_base.scss */
#ppjSearch {
  display: inline-block;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  /* line 534, ../sass/_base.scss */
  #ppjSearch {
    padding: 20px 0;
  }
}
/* line 541, ../sass/_base.scss */
#ppjSearch button {
  color: #ffffff;
  font-family: "Gotham SSm A","Gotham SSm B";
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0px;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  float: left;
  background: #C4712D;
  height: 20px;
  width: 61px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  /* line 541, ../sass/_base.scss */
  #ppjSearch button {
    background: #662b14;
  }
}
/* line 560, ../sass/_base.scss */
#ppjSearch input {
  border: none;
  border-radius: 0;
  float: left;
  font-style: normal;
  width: 120px;
  padding: 3px 5px;
}
/* line 568, ../sass/_base.scss */
#ppjSearch label {
  display: none;
}

/* line 572, ../sass/_base.scss */
.trm-ppjsearch-title {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 24px;
  text-align: center;
}

/* line 580, ../sass/_base.scss */
.tm-top-menu {
  display: none;
  text-align: right;
  padding: 6px 55px 0 0;
}
/* line 584, ../sass/_base.scss */
.tm-top-menu .trm-newsletter-cta-form-container, .tm-top-menu .menu-top-nav-menu-container {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
/* line 589, ../sass/_base.scss */
.tm-top-menu .trm-newsletter-header {
  line-height: 0;
}
/* line 591, ../sass/_base.scss */
.tm-top-menu .trm-newsletter-header p {
  line-height: 1;
  display: inline-block;
  vertical-align: super;
}
/* line 596, ../sass/_base.scss */
.tm-top-menu .trm-newsletter-header #headerSubscribe {
  line-height: 1;
  display: inline-block;
  margin-top: 0;
}
/* line 602, ../sass/_base.scss */
.tm-top-menu .menu-top-nav-menu-container {
  line-height: 0;
}

/* line 606, ../sass/_base.scss */
.tm-top-menu-nav {
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0 0 0 30px;
}
/* line 611, ../sass/_base.scss */
.tm-top-menu-nav li {
  display: inline-block;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 700;
  background-color: transparent;
  margin: 0 1em 0;
  color: #c36e2c;
}
/* line 618, ../sass/_base.scss */
.tm-top-menu-nav li:first-child {
  margin: 0 2em 0 0;
}
/* line 621, ../sass/_base.scss */
.tm-top-menu-nav li:last-child {
  margin: 0 0 0 2em;
}
/* line 624, ../sass/_base.scss */
.tm-top-menu-nav li a {
  display: inline-block;
  vertical-align: bottom;
}
/* line 627, ../sass/_base.scss */
.tm-top-menu-nav li a:before {
  display: inline-block;
  vertical-align: sub;
}
/* line 634, ../sass/_base.scss */
.tm-top-menu-nav li.tm-shop a:before {
  line-height: 1;
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f07a";
  margin-right: 6px;
}
/* line 646, ../sass/_base.scss */
.tm-top-menu-nav li.tm-store-locator a:before {
  line-height: 1;
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f041";
  margin-right: 6px;
}
/* line 658, ../sass/_base.scss */
.tm-top-menu-nav li.tm-search a:before {
  line-height: 1;
  font-family: FontAwesome;
  font-size: 19px;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  position: relative;
  top: -4px;
}
/* line 671, ../sass/_base.scss */
.tm-top-menu-nav li.tm-ca a:before {
  content: "";
  width: 28px;
  height: 22px;
  background-image: url("../img/canadaBTN.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 681, ../sass/_base.scss */
.tm-top-menu-nav li.tm-us a:before {
  content: "";
  width: 28px;
  height: 22px;
  background-image: url("../img/usaBTN.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 690, ../sass/_base.scss */
.tm-top-menu-nav li.tm-lang {
  position: relative;
  top: -5px;
}
/* line 694, ../sass/_base.scss */
.tm-top-menu-nav li a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 698, ../sass/_base.scss */
.tm-top-menu-nav li a:hover {
  text-decoration: none;
}

/* line 706, ../sass/_base.scss */
.marquee {
  position: relative;
  min-height: 165px;
  color: #4e2717;
  background-color: #fffbe8;
}
/* line 712, ../sass/_base.scss */
.marquee .slide {
  display: none;
  position: relative;
  width: 100%;
}
/* line 717, ../sass/_base.scss */
.marquee .slide:first-child {
  display: block;
}
/* line 721, ../sass/_base.scss */
.marquee .slide .image {
  position: static;
  height: 165px;
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 729, ../sass/_base.scss */
.marquee .slide .contentContainer {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 38px;
  padding-right: 38px;
  margin: 0 auto;
}
/* line 738, ../sass/_base.scss */
.marquee .slide .content h1 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0;
}
/* line 746, ../sass/_base.scss */
.marquee .slide .content p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
}
/* line 752, ../sass/_base.scss */
.marquee .slide .content a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 12px;
  color: #c4712d;
}
/* line 760, ../sass/_base.scss */
.marquee .slide .content a:hover, .marquee .slide .content a:active {
  color: #C89D74;
}
/* line 767, ../sass/_base.scss */
.marquee .nav {
  list-style: none;
}
/* line 771, ../sass/_base.scss */
.marquee .nav li.prev {
  position: absolute;
  z-index: 50;
  top: 191px;
  left: 9px;
}
/* line 778, ../sass/_base.scss */
.marquee .nav li.slideLink {
  display: none;
}
/* line 782, ../sass/_base.scss */
.marquee .nav li.next {
  position: absolute;
  z-index: 50;
  top: 191px;
  right: 9px;
}
/* line 790, ../sass/_base.scss */
.marquee .nav li.prev svg, .marquee .nav li.next svg {
  width: 19px;
  height: 19px;
}
/* line 794, ../sass/_base.scss */
.marquee .nav li.prev svg polyline, .marquee .nav li.next svg polyline {
  stroke: #bf6e2a;
}
/* line 800, ../sass/_base.scss */
.marquee .nav li:hover {
  cursor: pointer;
}
/* line 805, ../sass/_base.scss */
.marquee .nav li:hover.prev svg polyline, .marquee .nav li:hover.next svg polyline {
  stroke: #662b14;
}

/* line 815, ../sass/_base.scss */
.homeContentBorder {
  background-image: url("../img/border_shadow.png");
  background-position: left top;
  background-repeat: repeat-x;
  width: 100%;
  height: 8px;
  margin-top: -8px;
  z-index: 2000;
  position: relative;
}

/* line 825, ../sass/_base.scss */
.homeContent {
  overflow: visible;
  width: 100%;
  z-index: 1999;
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
}
/* line 832, ../sass/_base.scss */
.homeContent div.fourcol {
  margin-top: 0px;
  margin-bottom: 27px;
}
/* line 836, ../sass/_base.scss */
.homeContent .articleTitle {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 14px;
  padding-top: 5px;
  margin-bottom: 13px;
}
/* line 843, ../sass/_base.scss */
.homeContent figure {
  text-align: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
/* line 853, ../sass/_base.scss */
.homeContent figure img {
  width: 100%;
  height: auto;
}
/* line 858, ../sass/_base.scss */
.homeContent .articleCaption {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
  margin-top: 9px;
  margin-bottom: 3px;
  width: 90%;
}
/* line 866, ../sass/_base.scss */
.homeContent a.learnMore {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 11px;
  margin-top: 0px;
  color: #c4712d;
}
/* line 875, ../sass/_base.scss */
.homeContent a.learnMore:hover {
  color: #C89D74;
}

/* line 880, ../sass/_base.scss */
#mainPageFooter {
  background-repeat: repeat;
  width: 100%;
  margin-top: -2px;
  padding-left: 0px;
  padding-bottom: 20px;
  margin-left: 0px;
  -moz-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15);
}

/* line 890, ../sass/_base.scss */
.footerContentMobile {
  display: block;
}

/* line 893, ../sass/_base.scss */
.footerContentWide {
  display: none;
}

/* line 897, ../sass/_base.scss */
.footerContentMobile.footerNav {
  display: block;
  height: 76px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-top: 22px;
  position: relative;
}
/* line 906, ../sass/_base.scss */
.footerContentMobile.footerNav ul {
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0px;
  position: relative;
  text-align: center;
}
/* line 912, ../sass/_base.scss */
.footerContentMobile.footerNav ul li {
  margin-top: 0px;
  padding-top: 0px;
  display: inline-block;
  margin-right: 11px;
  margin-left: 15px;
  height: 25px;
  position: relative;
  text-align: center;
}
/* line 921, ../sass/_base.scss */
.footerContentMobile.footerNav ul li a.footerLink {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  display: inline;
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  text-align: center;
  color: #803314;
}
/* line 933, ../sass/_base.scss */
.footerContentMobile.footerNav ul li a.footerLink:hover {
  color: #af7e6b;
}

/*
.footerContentMobile.subscribe2newsletter {
	clear: left;
	display: block;
	color: $footerLinkBrown;
	margin: 38px auto 38px auto;
	width: 246px;
	padding-top: 26px;
	position: relative;
	p {
		margin-top: 0px;
		padding-top: 0px;
		line-height: 0px;

	}
	input {
		height: 38px;
		margin-top: 5px;
	}
	input.newsletterInput {
		width: 158px !important;
		border: solid 1px #c8bda6;
		padding-top: 1px;
		padding-bottom: 1px;
		margin-right: 0px;
		color: #6d2b11 !important;
		@include sansSerifMedium;
		background-color: #f6f4ed;
	}
	input[type=button], input[type=submit] {
		margin-left: -3px;
		width: 86px;
		background-color: $lightBrown;
		color: #ffffff;
		@include sansSerifBold;
		font-size: 12.5px;
		border: none;
		text-align: center;
		position: relative;
	}
	input[type=button]:hover, input[type=submit]:hover {
		background-color: #C89D74;
		color: #ffffff;
	}
	input[placeholder], [placeholder], *[placeholder], input::-webkit-input-placeholder {
		color: #6d2b11 !important;
		@include sansSerifMedium;
		padding-left: 9px;
		font-size: 10px;
	}
	input:focus::-webkit-input-placeholder {
		color: transparent;
		outline: 0;
	}
	input:focus {
		outline: 0;
	}
}
*/
/* line 1000, ../sass/_base.scss */
.footerContentMobile.socialLinks {
  clear: both;
  color: #c4712d;
  border: solid 1px #c4712d;
  font-size: 15px;
  height: 44px;
  text-align: center;
  width: 246px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
/* line 1015, ../sass/_base.scss */
.footerContentMobile.socialLinks span {
  display: inline-block;
  margin-right: 3px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
}

/* line 1025, ../sass/_base.scss */
.footerContentMobile.socialLinks a, .footerContentWide.socialLinks a {
  text-align: left;
  display: inline-block;
  width: 28px;
  height: 22px;
  vertical-align: middle;
  margin-left: 0px;
}
/* line 1033, ../sass/_base.scss */
.footerContentMobile.socialLinks a.fbIcon, .footerContentWide.socialLinks a.fbIcon {
  width: 22px;
}

/* line 1039, ../sass/_base.scss */
.footerContentMobile.disclaimerFDA {
  display: block;
  color: #803314;
  width: 246px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  margin: 26px auto 0px auto;
  font-size: 9px;
  position: relative;
  line-height: 12px;
}

/* line 1049, ../sass/_base.scss */
.footerContentMobile.copyright {
  display: block;
  width: 246px;
  margin-left: auto;
  margin-right: auto;
  color: #803314;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  margin-top: 13px;
  font-size: 9px;
  line-height: 12px;
  position: relative;
}

/* line 1062, ../sass/_base.scss */
.right {
  float: right;
}

/* line 1065, ../sass/_base.scss */
.left {
  float: left;
}

/* line 1069, ../sass/_base.scss */
.breadcrumbs {
  display: none !important;
}

/* ----- COLLAPSIBLE CONTENT DEFAULT STYLES -----  */
/* line 1075, ../sass/_base.scss */
.defaultCollapsible {
  padding: 0;
  margin: 0 auto;
}
/* line 1079, ../sass/_base.scss */
.defaultCollapsible li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1085, ../sass/_base.scss */
.defaultCollapsible .navLi {
  display: table;
  width: 100%;
  height: 44px;
  background-color: #fcfaf3;
  background-image: url("../img/expandItem.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  border-top: 1px solid #d1c6be;
}
/* line 1096, ../sass/_base.scss */
.defaultCollapsible .navLi.expanded {
  background-image: url("../img/collapseItem.png");
}
/* line 1100, ../sass/_base.scss */
.defaultCollapsible .navLi.expanded + .contentLi {
  display: block;
}
/* line 1104, ../sass/_base.scss */
.defaultCollapsible .navLi span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #662b14;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-left: 5%;
  cursor: pointer;
}
/* line 1118, ../sass/_base.scss */
.defaultCollapsible .contentLi {
  display: none;
  background-color: #fcfaf3;
  padding: 1px 5% 0;
}
/* line 1123, ../sass/_base.scss */
.defaultCollapsible .contentLi h3 {
  margin-bottom: 0px;
  margin-top: 10px;
}
/* line 1128, ../sass/_base.scss */
.defaultCollapsible .contentLi p {
  margin-top: 3px;
  padding-top: 0px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  /* line 1136, ../sass/_base.scss */
  .defaultCollapsible .relatedProducts {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* line 1141, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul {
  display: inline-table;
  width: 100%;
  list-style: none;
  padding: 0 10%;
  margin: 12px 0 0 0;
}
/* line 1148, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul li {
  display: inline-block;
  width: 30%;
  min-width: 96px;
  text-align: center;
  padding: 0;
  margin: 0 3.3% 0 0;
  vertical-align: top;
}
/* line 1157, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul li a {
  display: block;
  color: #662b14;
  text-decoration: none;
  padding-bottom: 15px;
}
/* line 1163, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul li a:hover {
  color: #b27e6b;
}
/* line 1168, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul li a figure .imgWidth {
  width: 96px;
  margin: 0 auto;
}
/* line 1171, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul li a figure .imgWidth .img {
  min-height: 130px;
}
/* line 1176, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul li a figure .img {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 134.375%;
}
/* line 1182, ../sass/_base.scss */
.defaultCollapsible .relatedProducts ul li a figure figcaption {
  color: #662b14;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  padding-top: 20px;
}

/* ----- GENERIC CONTENT (BLOG POST) -----  */
/* line 1199, ../sass/_base.scss */
.WYSIWYG p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  margin: 15px auto 15px auto;
  width: 100%;
}
/* line 1206, ../sass/_base.scss */
.WYSIWYG p:first-child {
  margin-top: 0;
}
/* line 1211, ../sass/_base.scss */
.WYSIWYG a {
  color: #c4712d;
  text-transform: uppercase;
}
/* line 1215, ../sass/_base.scss */
.WYSIWYG a:hover {
  color: #C89D74;
}
/* line 1220, ../sass/_base.scss */
.WYSIWYG .wp-caption.alignleft {
  float: left;
  margin-right: 3%;
}
/* line 1225, ../sass/_base.scss */
.WYSIWYG .wp-caption.alignright {
  float: right;
  margin-left: 3%;
}
/* line 1231, ../sass/_base.scss */
.WYSIWYG figure.wp-image .img {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 1236, ../sass/_base.scss */
.WYSIWYG figure.wp-image figcaption {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 12px;
}
/* line 1242, ../sass/_base.scss */
.WYSIWYG figure.wp-image.alignleft {
  float: left;
  margin-right: 3%;
}
/* line 1247, ../sass/_base.scss */
.WYSIWYG figure.wp-image.alignright {
  float: right;
  margin-left: 3%;
}

/* line 1254, ../sass/_base.scss */
article.genericContent {
  min-height: 130px;
  background: url("../img/backgroundTexture-Light.jpg");
  background-repeat: repeat-y;
  background-position: center ceneter;
}
/* line 1260, ../sass/_base.scss */
article.genericContent header {
  padding: 55px 0 0;
}
/* line 1263, ../sass/_base.scss */
article.genericContent header figure {
  display: none;
}
/* line 1267, ../sass/_base.scss */
article.genericContent header h1 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 5px 38px 0px 38px;
}
/* line 1274, ../sass/_base.scss */
article.genericContent header p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  color: #662b14;
  font-size: 13px;
  line-height: 1.6;
  margin: 11px 38px 0px 38px;
}
/* line 1283, ../sass/_base.scss */
article.genericContent header.withoutImage {
  padding-bottom: 0;
  margin-bottom: -10px;
}
/* line 1288, ../sass/_base.scss */
article.genericContent header.withImage {
  background-color: #f0ede4;
  position: relative;
  padding: 0 0 20px;
  overflow: hidden;
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
}
/* line 1295, ../sass/_base.scss */
article.genericContent header.withImage figure {
  background-size: cover;
  background-position: right top;
  text-align: center;
  width: 100%;
  height: 167px;
  z-index: 5 !important;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0px;
}
/* line 1309, ../sass/_base.scss */
article.genericContent header.withImage h1 {
  font-size: 36px;
  margin-top: 14px;
}
/* line 1314, ../sass/_base.scss */
article.genericContent header.withImage p {
  font-size: 15px;
  line-height: 18px;
}
/* line 1320, ../sass/_base.scss */
article.genericContent .columnsWrapper {
  padding: 30px 0;
}
/* line 1324, ../sass/_base.scss */
article.genericContent section {
  padding: 0 38px;
}
/* line 1327, ../sass/_base.scss */
article.genericContent section h3, article.genericContent section h4, article.genericContent section h5 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
/* line 1341, ../sass/_base.scss */
article.genericContent section .shareThisStory {
  margin: 20px 0 0 0;
  line-height: 22px;
}
/* line 1347, ../sass/_base.scss */
article.genericContent aside {
  padding: 38px;
}
/* line 1350, ../sass/_base.scss */
article.genericContent aside h2 {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 16px;
}
/* line 1357, ../sass/_base.scss */
article.genericContent aside div {
  padding-bottom: 13px;
}
/* line 1360, ../sass/_base.scss */
article.genericContent aside div hr {
  border-color: #662b14;
  color: #662b14;
}
/* line 1369, ../sass/_base.scss */
article.genericContent aside div figure {
  text-align: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
/* line 1380, ../sass/_base.scss */
article.genericContent aside div figure img {
  width: 100%;
  height: auto;
}
/* line 1386, ../sass/_base.scss */
article.genericContent aside div p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
/* line 1391, ../sass/_base.scss */
article.genericContent aside div a.learnMore {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 11px;
  margin-top: 0px;
  color: #c4712d;
  text-align: left !important;
}
/* line 1401, ../sass/_base.scss */
article.genericContent aside div a.learnMore:hover {
  color: #C89D74;
}

/* ----- PLANT PAGES -----  */
/* line 1413, ../sass/_base.scss */
article.plantPage header .plantHeaderBG {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center top;
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
  padding-top: 49.21875%;
}
/* line 1422, ../sass/_base.scss */
article.plantPage header .inner {
  width: 100%;
  margin: 0 auto;
}
/* line 1427, ../sass/_base.scss */
article.plantPage header h1 {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 38px 0;
  margin: 0;
}
/* line 1433, ../sass/_base.scss */
article.plantPage header h1 span {
  font-size: 40px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
}
/* line 1439, ../sass/_base.scss */
article.plantPage header p {
  width: 100%;
  font-size: 18px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 38px;
  margin: 0;
}
/* line 1449, ../sass/_base.scss */
article.plantPage header .plantImage {
  width: 100%;
  max-width: 290px;
  padding: 0 38px;
  margin: 20px auto;
}
/* line 1455, ../sass/_base.scss */
article.plantPage header .plantImage div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* line 1462, ../sass/_base.scss */
article.plantPage header .shareThisStory {
  margin: 0 auto 38px;
}
/* line 1468, ../sass/_base.scss */
article.plantPage section .plantDetailCollapsible {
  border-bottom: 1px solid #d1c6be;
}
/* line 1472, ../sass/_base.scss */
article.plantPage section .plantDetailCollapsible .contentLi .video {
  display: block;
  width: 293px;
  height: 177px;
  margin-bottom: 16px;
}
/* line 1482, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul {
  list-style: none;
}
/* line 1485, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul li {
  display: inline-block;
}
/* line 1488, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul li a {
  color: #662b14;
  text-decoration: none;
}
/* line 1492, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul li a:hover {
  color: #b27e6b;
}
/* line 1497, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul li a figure .imgWidth {
  width: 96px;
  margin: 0 auto;
}
/* line 1500, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul li a figure .imgWidth .img {
  min-height: 130px;
}
/* line 1505, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul li a figure .img {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 134.375%;
}
/* line 1511, ../sass/_base.scss */
article.plantPage section .relatedProductsItems ul li a figure figcaption {
  color: #662b14;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  padding-top: 20px;
}
/* line 1523, ../sass/_base.scss */
article.plantPage section .relatedProductsItems.wp-gallery.loaded {
  margin-left: 38px;
  margin-right: 38px;
}
/* line 1528, ../sass/_base.scss */
article.plantPage section .relatedProductsItems.wp-gallery.loaded .slider {
  padding: 0;
  margin: 0;
}
/* line 1533, ../sass/_base.scss */
article.plantPage section .relatedProductsItems.wp-gallery.loaded .slider .wp-gallery-item {
  width: 135px;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 1540, ../sass/_base.scss */
article.plantPage section .relatedProductsItems.wp-gallery.loaded .leftArrow, article.plantPage section .relatedProductsItems.wp-gallery.loaded .rightArrow {
  width: 13px;
  height: 50px;
  margin-top: -25px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 1547, ../sass/_base.scss */
article.plantPage section .relatedProductsItems.wp-gallery.loaded .leftArrow {
  left: 0px;
  background-image: url("../img/productDetailMobile_arrowBack.png");
  background-position: center;
}
/* line 1553, ../sass/_base.scss */
article.plantPage section .relatedProductsItems.wp-gallery.loaded .rightArrow {
  right: 0px;
  background-image: url("../img/productDetailMobile_arrowNext.png");
  background-position: center;
}
/* line 1561, ../sass/_base.scss */
article.plantPage section .otherPlants {
  padding: 0 38px;
  margin-bottom: 60px;
}
/* line 1565, ../sass/_base.scss */
article.plantPage section .otherPlants h2 {
  color: #cf7a2c;
  text-transform: uppercase;
  padding: 0;
  margin: 15px 0;
}
/* line 1572, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery-container {
  border-top: 2px solid #95776e;
  border-bottom: 2px solid #95776e;
}
/* line 1578, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul {
  list-style: none;
}
/* line 1581, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li {
  display: inline-block;
}
/* line 1584, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li a {
  display: block;
  color: #95776e;
  text-decoration: none;
}
/* line 1589, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li a:hover, article.plantPage section .otherPlants .wp-gallery ul li a.currentPlant {
  color: #cf7a2c;
}
/* line 1592, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li a:hover figure, article.plantPage section .otherPlants .wp-gallery ul li a.currentPlant figure {
  background-color: rgba(149, 119, 110, 0.1);
}
/* line 1598, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li a figure .imgWidth {
  width: 107px;
  margin: 0 auto;
}
/* line 1601, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li a figure .imgWidth .img {
  min-height: 130px;
}
/* line 1606, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li a figure .img {
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 84.5%;
}
/* line 1612, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery ul li a figure figcaption {
  display: table-cell;
  width: 107px;
  height: 38px;
  vertical-align: middle;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  padding: 3px 4px;
}
/* line 1626, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery.loaded {
  margin-left: 38px;
  margin-right: 38px;
}
/* line 1631, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery.loaded .slider {
  padding: 0;
  margin: 0;
}
/* line 1636, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery.loaded .slider .wp-gallery-item {
  width: 107px;
  height: 128px;
}
/* line 1642, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery.loaded .leftArrow, article.plantPage section .otherPlants .wp-gallery.loaded .rightArrow {
  width: 13px;
  height: 50px;
  margin-top: -25px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 1649, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery.loaded .leftArrow {
  left: 0px;
  background-image: url("../img/productDetailMobile_arrowBack.png");
  background-position: center;
}
/* line 1655, ../sass/_base.scss */
article.plantPage section .otherPlants .wp-gallery.loaded .rightArrow {
  right: 0px;
  background-image: url("../img/productDetailMobile_arrowNext.png");
  background-position: center;
}

/* line 1668, ../sass/_base.scss */
article.genericContent .shareThisStory, article.plantPage .shareThisStory {
  display: table;
  width: 290px;
  height: 44px;
  color: #c4712d;
  font-size: 15px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  background-color: #fcfaf3;
  border: solid 1px #c4712d;
  padding: 0 5px 0 0;
  margin: 0;
}
/* line 1681, ../sass/_base.scss */
article.genericContent .shareThisStory span, article.plantPage .shareThisStory span {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  margin-right: 0px;
  padding-left: 2px;
  font-size: 13.5px;
}
/* line 1690, ../sass/_base.scss */
article.genericContent .shareThisStory span .hideOnTinyScreen, article.plantPage .shareThisStory span .hideOnTinyScreen {
  display: inline;
}
/* line 1695, ../sass/_base.scss */
article.genericContent .shareThisStory a, article.plantPage .shareThisStory a {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
}
/* line 1699, ../sass/_base.scss */
article.genericContent .shareThisStory a.fbIcon img, article.plantPage .shareThisStory a.fbIcon img {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 1704, ../sass/_base.scss */
article.genericContent .shareThisStory a.twitterIcon img, article.plantPage .shareThisStory a.twitterIcon img {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 1709, ../sass/_base.scss */
article.genericContent .shareThisStory a.pinterestIcon img, article.plantPage .shareThisStory a.pinterestIcon img {
  margin-left: 0px;
  padding-right: 5px;
}
/* line 1714, ../sass/_base.scss */
article.genericContent .shareThisStory a.instagramIcon img, article.plantPage .shareThisStory a.instagramIcon img {
  margin-left: 0px;
  padding-right: 5px;
}
@media only screen and (max-width: 365px) {
  /* line 1722, ../sass/_base.scss */
  article.genericContent .shareThisStory, article.plantPage .shareThisStory {
    display: inline-block;
    width: auto;
    max-width: 290px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 1731, ../sass/_base.scss */
  article.genericContent .shareThisStory span .hideOnTinyScreen, article.plantPage .shareThisStory span .hideOnTinyScreen {
    display: none;
  }
}

/* line 1741, ../sass/_base.scss */
#youtubeModal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
/* line 1751, ../sass/_base.scss */
#youtubeModal .titleBar {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  height: 30px;
  background-color: #fffbe8;
  margin: 0 auto;
}
/* line 1762, ../sass/_base.scss */
#youtubeModal .titleBar .closeButton {
  position: absolute;
  top: 5px;
  right: 16px;
  width: 19px;
  height: 19px;
  background-image: url("../img/mainNavClose.svg");
  background-size: 19px 19px;
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 1776, ../sass/_base.scss */
#youtubeModal .iframeContainer {
  position: relative;
  width: 90%;
  height: 90%;
  background-color: #000000;
  margin: 2.5% auto;
}
/* line 1783, ../sass/_base.scss */
#youtubeModal .iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* ----- SEARCH RESULTS -----  */
/* line 1799, ../sass/_base.scss */
#searchResults a.searchResult {
  display: block;
  color: #662b14;
  text-decoration: none;
  border-top: 1px solid #c4712d;
  padding-top: 20px;
  margin-top: 20px;
}
/* line 1807, ../sass/_base.scss */
#searchResults a.searchResult:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
/* line 1814, ../sass/_base.scss */
#searchResults a.searchResult:hover h2 {
  color: #c4712d;
  text-decoration: underline;
}
/* line 1820, ../sass/_base.scss */
#searchResults a.searchResult h2 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.85em 0;
}
/* line 1826, ../sass/_base.scss */
#searchResults a.searchResult img {
  display: none;
}
/* line 1830, ../sass/_base.scss */
#searchResults a.searchResult .terms {
  display: block;
  font-size: 11px;
  padding: 5px 0 0;
}
/* line 1837, ../sass/_base.scss */
#searchResults .paging-navigation {
  border-top: 1px solid #c4712d;
  padding-top: 20px;
  margin-top: 20px;
}
/* line 1842, ../sass/_base.scss */
#searchResults .paging-navigation .page-numbers {
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  padding: 0 6px 0 0;
}
/* line 1848, ../sass/_base.scss */
#searchResults .paging-navigation a {
  color: #c4712d;
  text-decoration: none;
}
/* line 1852, ../sass/_base.scss */
#searchResults .paging-navigation a:hover {
  color: #C89D74;
}

/* ----- PRODUCT LISTING -----  */
/* line 1861, ../sass/_base.scss */
.productListingPage {
  background: url("../img/backgroundTexture.jpg");
  background-color: #fffae8;
}

/* line 1865, ../sass/_base.scss */
.productListSideNav {
  display: none;
}

/* line 1870, ../sass/_base.scss */
.productIntro {
  width: 76.875%;
  margin-right: auto;
  margin-left: auto;
}
/* line 1875, ../sass/_base.scss */
.productIntro h1 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  font-size: 25px;
  padding-top: 20px;
  padding-bottom: 0px;
  margin: 30px 0px 0px 0px;
}
/* line 1883, ../sass/_base.scss */
.productIntro .productSymbol {
  width: 37px;
  display: block;
  position: relative;
  height: 35px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 15px 0px 0px 0px;
}
/* line 1894, ../sass/_base.scss */
.productIntro .productSymbol.default {
  background-image: url("../img/allProductsSymbolDefault.png");
}
/* line 1899, ../sass/_base.scss */
.productIntro p {
  margin: 0 0 30px;
}

/* line 1903, ../sass/_base.scss */
div.categoryItems {
  width: 76.875%;
  height: auto;
  overflow: hidden;
  margin: 15px auto 20px auto;
  position: relative;
  text-align: center;
}
/* line 1911, ../sass/_base.scss */
div.categoryItems ul {
  width: 100%;
  list-style-type: none;
  padding: 0px;
}
/* line 1916, ../sass/_base.scss */
div.categoryItems ul li {
  display: inline-block;
  list-style-type: none;
  float: left;
  width: 110px;
  height: 250px;
  margin: 0;
  margin-right: 5%;
}
/* line 1925, ../sass/_base.scss */
div.categoryItems ul li a {
  display: block;
}
/* line 1928, ../sass/_base.scss */
div.categoryItems ul li a, div.categoryItems ul li a h2 {
  color: #662b14;
  font-size: 14px;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none !important;
}
/* line 1939, ../sass/_base.scss */
div.categoryItems ul li a:hover, div.categoryItems ul li a:hover h2 {
  color: #b27e6b;
}
/* line 1944, ../sass/_base.scss */
div.categoryItems ul li a .productThumb {
  width: 92px;
  margin: 0 auto 0 0;
  border-bottom: 1px solid #662b14;
  padding-bottom: 10px;
}
/* line 1950, ../sass/_base.scss */
div.categoryItems ul li a .productThumb div {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
/* line 1959, ../sass/_base.scss */
div.categoryItems ul li a .trm-product-star-average {
  font-size: 18px;
  margin-top: 8px;
}
/* line 1965, ../sass/_base.scss */
div.categoryItems ul li.k-cup a .productThumb {
  width: 100%;
}
/* line 1968, ../sass/_base.scss */
div.categoryItems ul li.k-cup a .productThumb div {
  padding-top: 112% !important;
}

/* ----- PRODUCT DETAIL -----  */
/* line 1978, ../sass/_base.scss */
.productDetailPage {
  background: url("../img/mainRepeating_light.jpg");
  background-color: #fff9e9;
}

/* line 1982, ../sass/_base.scss */
.productDetailContent {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: none;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 320px) {
  /* line 1982, ../sass/_base.scss */
  .productDetailContent {
    background: none !important;
  }
}

/* line 1996, ../sass/_base.scss */
.productDetailMain {
  width: 80% !important;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 875px) {
  /* line 1996, ../sass/_base.scss */
  .productDetailMain {
    padding-bottom: 10;
  }
}
/* line 2004, ../sass/_base.scss */
.productDetailMain h1 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  font-size: 28px;
  padding-top: 50px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  /* line 2004, ../sass/_base.scss */
  .productDetailMain h1 {
    margin-bottom: 10px;
  }
}
/* line 2014, ../sass/_base.scss */
.productDetailMain h1 sup {
  top: .3em;
  left: .1em;
  font-size: 21px;
  line-height: 1;
  vertical-align: text-top;
  margin-right: .1em;
}
/* line 2022, ../sass/_base.scss */
.productDetailMain h1 + h1 {
  margin-top: 0;
  padding-top: 0;
}
/* line 2027, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container {
  width: 33.9484375%;
  max-width: 348px;
  position: absolute;
  top: 75px;
  left: 0;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 875px) {
  /* line 2027, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container {
    position: relative;
    top: 0;
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 2027, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container {
    position: static;
    margin: 0 auto;
    width: 100%;
  }
}
/* line 2046, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-large-photo {
  overflow: hidden;
}
/* line 2049, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-large-photo a {
  display: block;
}
/* line 2052, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-large-photo img {
  margin: 0 auto;
  max-height: 408px;
  max-width: 348px;
}
@media screen and (max-width: 1024px) {
  /* line 2046, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-large-photo {
    max-width: 260px;
  }
  /* line 2061, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-large-photo img {
    margin: 0 auto;
    max-height: 260px;
    max-width: 221px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2046, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-large-photo {
    max-width: 240px;
    margin: 0 auto;
  }
  /* line 2072, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-large-photo img {
    margin: 0 auto;
    max-height: 240px;
    max-width: 204px;
  }
}
/* line 2080, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails {
  /**/
  margin: 2em auto;
}
/* line 2082, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails .slick-track {
  transform: translate3d(0.125%, 0px, 0px) !important;
}
@media screen and (max-width: 768px) {
  /* line 2082, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails .slick-track {
    transform: translate3d(0.5%, 0px, 0px) !important;
  }
}
/* line 2089, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-3 .slick-track {
  transform: translate3d(0.125%, 0px, 0px) !important;
}
@media screen and (max-width: 1024px) {
  /* line 2089, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-3 .slick-track {
    transform: translate3d(-0.125%, 0px, 0px) !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 2089, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-3 .slick-track {
    transform: translate3d(0.5%, 0px, 0px) !important;
  }
}
@media screen and (max-width: 320px) {
  /* line 2089, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-3 .slick-track {
    transform: translate3d(0.375%, 0px, 0px) !important;
  }
}
/* line 2104, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-4 .slick-slide img {
  width: 52px !important;
}
@media screen and (max-width: 1024px) {
  /* line 2104, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-4 .slick-slide img {
    width: 46px !important;
  }
}
@media screen and (max-width: 875px) {
  /* line 2104, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-4 .slick-slide img {
    width: 52px !important;
  }
}
/* line 2114, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-4 .slick-track {
  transform: translate3d(-0.025%, 0px, 0px) !important;
}
@media screen and (max-width: 1024px) {
  /* line 2114, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-4 .slick-track {
    transform: translate3d(-0.165%, 0px, 0px) !important;
  }
}
@media screen and (max-width: 875px) {
  /* line 2114, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-4 .slick-track {
    transform: translate3d(0.25%, 0px, 0px) !important;
  }
}
@media screen and (max-width: 320px) {
  /* line 2114, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-4 .slick-track {
    transform: translate3d(0.175%, 0px, 0px) !important;
  }
}
/* line 2129, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-5 .slick-slide img {
  width: 48px !important;
}
@media screen and (max-width: 1024px) {
  /* line 2129, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-5 .slick-slide img {
    width: 36px !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 2129, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-5 .slick-slide img {
    width: 36px !important;
  }
}
/* line 2139, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-5 .slick-track {
  transform: translate3d(-0.12%, 0px, 0px) !important;
}
@media screen and (max-width: 1024px) {
  /* line 2139, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-5 .slick-track {
    transform: translate3d(-0.18%, 0px, 0px) !important;
  }
}
@media screen and (max-width: 875px) {
  /* line 2139, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-5 .slick-track {
    transform: translate3d(0.2%, 0px, 0px) !important;
  }
}
@media screen and (max-width: 320px) {
  /* line 2139, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails.product-count-5 .slick-track {
    transform: translate3d(0.15%, 0px, 0px) !important;
  }
}
/* line 2153, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails .slick-slide {
  padding: 0 0.75em;
}
/* line 2155, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails .slick-slide:first-child {
  padding: 0 0.75em 0 0;
}
@media screen and (max-width: 768px) {
  /* line 2160, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails .slick-list {
    padding: 0px 0px !important;
  }
  /* line 2162, ../sass/_base.scss */
  .productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnails .slick-list .’ {
    left: 78.5px !important;
  }
}
/* line 2169, ../sass/_base.scss */
.productDetailMain .tm-product-carousel-container .tm-product-carousel-thumbnail img {
  max-height: 66px;
}
/* line 2174, ../sass/_base.scss */
.productDetailMain figure {
  width: 156px;
  margin: 0 auto 20px auto;
}
/* line 2178, ../sass/_base.scss */
.productDetailMain figure .img {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 133.6206%;
}
/* line 2184, ../sass/_base.scss */
.productDetailMain figure.k-cup {
  width: 270px;
  height: 220px;
}
/* line 2187, ../sass/_base.scss */
.productDetailMain figure.k-cup + figure {
  margin: -50px auto -20px;
}
/* line 2190, ../sass/_base.scss */
.productDetailMain figure.k-cup + figure .img {
  background-position: center top;
  padding-top: 100%;
}
/* line 2202, ../sass/_base.scss */
.productDetailMain #BVRRSummaryContainer {
  width: 320px;
  margin: 0 auto;
  position: relative;
  left: 55px;
}
/* line 2209, ../sass/_base.scss */
.productDetailMain #BVRRSummaryContainer .bv-cleanslate [class*='bv-core-container'] .bv-summary-bar .bv-rating.bv-text-link,
.productDetailMain #BVRRSummaryContainer .bv-cleanslate [class*='bv-core-container'] .bv-primarySummary-rating-container .bv-rating-ratio-count,
.productDetailMain #BVRRSummaryContainer .bv-cleanslate [class*='bv-core-container'] .bv-summary-bar-minimalist .bv-write-container .bv-submission-button {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}
/* line 2215, ../sass/_base.scss */
.productDetailMain #BVRRSummaryContainer .bv-cleanslate [class*='bv-core-container'] .bv-primarySummary-rating-container .bv-rating-stars-container .bv-rating-stars {
  line-height: 1.2em !important;
}
/* line 2221, ../sass/_base.scss */
.productDetailMain .productDetailCollapsible {
  border: none;
  margin: 0;
}
/* line 2226, ../sass/_base.scss */
.productDetailMain .productDetailCollapsible .navLi span {
  color: #662b14;
}
/* line 2231, ../sass/_base.scss */
.productDetailMain .productDetailCollapsible .contentLi {
  background-color: #fcfaf3;
  padding: 1px 5% 20px;
}
/* line 2235, ../sass/_base.scss */
.productDetailMain .productDetailCollapsible .contentLi a.magnificationLink {
  display: inline-block;
  position: relative;
  margin-bottom: 22px;
}
/* line 2240, ../sass/_base.scss */
.productDetailMain .productDetailCollapsible .contentLi a.magnificationLink .magnifyingGlass {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 35px;
  height: 35px;
  background-image: url("../img/productIngredientMagnify.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 2255, ../sass/_base.scss */
.productDetailMain .productDetailActions.top {
  margin: 15px 0px 25px 0px;
  text-align: right;
}
/* line 2260, ../sass/_base.scss */
.productDetailMain .productDetailActions.bottom {
  display: none;
}
/* line 2264, ../sass/_base.scss */
.productDetailMain .productDetailActions .buyNow {
  float: left;
  width: 135px;
  height: 44px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  background-color: #c4712d;
  padding: 14px 0px 16px 0px;
  margin-left: 6%;
}
/* line 2277, ../sass/_base.scss */
.productDetailMain .productDetailActions .buyNow a {
  width: 135px;
  height: 44px;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background-color: #c4712d;
  text-align: center;
}
/* line 2289, ../sass/_base.scss */
.productDetailMain .productDetailActions .shareNow {
  float: right;
  margin-right: 6%;
  text-align: center;
  width: 135px;
  height: 44px;
  color: #c4712d;
  font-size: 15px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  background-color: #fcfaf3;
  border: 1px solid #c4712d;
  padding-right: 5px;
  display: table;
  vertical-align: middle;
}
/* line 2304, ../sass/_base.scss */
.productDetailMain .productDetailActions .shareNow span {
  display: none;
  vertical-align: middle;
}
/* line 2309, ../sass/_base.scss */
.productDetailMain .productDetailActions .shareNow a {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
}
/* line 2315, ../sass/_base.scss */
.productDetailMain .productDetailActions .shareNow img {
  padding: 10px 2px 14px 2px;
  margin-left: 0px;
}
/* line 2321, ../sass/_base.scss */
.productDetailMain .productDetailActions.noBuyNow .shareNow {
  float: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  /* line 1996, ../sass/_base.scss */
  .productDetailMain {
    max-width: 90%;
  }
}

/* line 2332, ../sass/_base.scss */
.productDetailRelated {
  background: url("../img/trm-product-update-bg.png") 100% 75%/contain no-repeat !important;
  padding-top: 0px;
  position: relative;
  z-index: 200;
  -moz-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  /* line 2332, ../sass/_base.scss */
  .productDetailRelated {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 2332, ../sass/_base.scss */
  .productDetailRelated {
    padding: 0;
  }
}
@media screen and (min-width: 320px) {
  /* line 2332, ../sass/_base.scss */
  .productDetailRelated {
    box-shadow: none;
    padding-top: 0 !important;
  }
}
/* line 2352, ../sass/_base.scss */
.productDetailRelated h2 {
  text-transform: uppercase;
  margin-left: 38px;
  margin-right: 38px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 2352, ../sass/_base.scss */
  .productDetailRelated h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 2371, ../sass/_base.scss */
  .productDetailRelated.noRelatedContent.legacy-content .relatedProducts {
    padding: 0 1em;
    max-width: 80%;
    margin: 0 auto;
  }
}
/* line 2379, ../sass/_base.scss */
.productDetailRelated .relatedProducts {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  min-height: 230px;
}
/* line 2387, ../sass/_base.scss */
.productDetailRelated .relatedProducts h2 {
  text-align: left;
  padding-bottom: 22px;
  padding: 0 0 1.5em 1em;
  padding: 0 0 1.5em 0;
  margin-top: 20px;
}
/* line 2396, ../sass/_base.scss */
.productDetailRelated .relatedProducts .arrows320 {
  /*
   *	Just list the first three until we have time to add in x-scrolling support
   */
  display: none;
  position: absolute;
  z-index: 5000 !important;
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: auto;
  top: 50%;
}
/* line 2409, ../sass/_base.scss */
.productDetailRelated .relatedProducts .arrows320 a.arrowBack {
  float: left;
  position: relative;
}
/* line 2412, ../sass/_base.scss */
.productDetailRelated .relatedProducts .arrows320 a.arrowBack img {
  width: 13px;
  top: 50%;
  height: 19px;
}
/* line 2418, ../sass/_base.scss */
.productDetailRelated .relatedProducts .arrows320 a.arrowNext {
  float: right;
}
/* line 2420, ../sass/_base.scss */
.productDetailRelated .relatedProducts .arrows320 a.arrowNext img {
  width: 13px;
  top: 50%;
  height: 19px;
}
/* line 2428, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul {
  display: inline-table;
  width: 100%;
  list-style: none;
  padding: 0 10%;
  margin: 12px 0 0 0;
}
/* line 2435, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li {
  display: inline-block;
  width: 30%;
  width: 20%;
  text-align: center;
  padding: 0;
  margin: 0 0 1.5em 0;
  vertical-align: top;
}
/* line 2445, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a {
  color: #662b14;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
/* line 2449, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a:hover {
  color: #803314;
}
/* line 2452, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a:hover figure figcaption {
  color: #803314;
}
/* line 2458, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a figure {
  display: inline-block;
}
/* line 2460, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a figure .imgWidth {
  width: 96px;
  max-width: 96px;
  display: inline-block;
  margin: 0 auto;
}
/* line 2465, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a figure .imgWidth .img {
  min-height: 130px;
}
/* line 2470, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a figure .img {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 134.375%;
  background-position: left bottom;
}
/* line 2477, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a figure figcaption {
  color: inherit;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  padding: 20px 10px 0 10px;
  transition: inherit;
}
/* line 2483, ../sass/_base.scss */
.productDetailRelated .relatedProducts ul li a figure figcaption:hover {
  color: inherit;
}
/* line 2493, ../sass/_base.scss */
.productDetailRelated .relatedProducts .wp-gallery.loaded {
  margin-left: 38px;
  margin-right: 38px;
}
/* line 2498, ../sass/_base.scss */
.productDetailRelated .relatedProducts .wp-gallery.loaded .slider {
  padding: 0;
  margin: 0;
}
/* line 2503, ../sass/_base.scss */
.productDetailRelated .relatedProducts .wp-gallery.loaded .slider .wp-gallery-item {
  width: 135px;
  margin-left: 20px;
  margin-right: 20px;
}
/* line 2510, ../sass/_base.scss */
.productDetailRelated .relatedProducts .wp-gallery.loaded .leftArrow, .productDetailRelated .relatedProducts .wp-gallery.loaded .rightArrow {
  width: 13px;
  height: 50px;
  margin-top: -25px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 2517, ../sass/_base.scss */
.productDetailRelated .relatedProducts .wp-gallery.loaded .leftArrow {
  left: 0px;
  background-image: url("../img/productDetailMobile_arrowBack.png");
  background-position: center;
}
/* line 2523, ../sass/_base.scss */
.productDetailRelated .relatedProducts .wp-gallery.loaded .rightArrow {
  right: 0px;
  background-image: url("../img/productDetailMobile_arrowNext.png");
  background-position: center;
}
/* line 2532, ../sass/_base.scss */
.productDetailRelated.noRelatedContent .relatedProducts {
  margin-bottom: 30px;
}
/* line 2537, ../sass/_base.scss */
.productDetailRelated .relatedContent {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  /* line 2537, ../sass/_base.scss */
  .productDetailRelated .relatedContent {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 2537, ../sass/_base.scss */
  .productDetailRelated .relatedContent {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 2548, ../sass/_base.scss */
.productDetailRelated .relatedContent h2 {
  text-align: left;
  padding: 0 0 1.5em 1em;
  padding: 0 0 1.5em 0;
}
/* line 2557, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content {
  width: 49.5%;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 2557, ../sass/_base.scss */
  .productDetailRelated .relatedContent .tm-product-related-content {
    float: none;
    width: 100%;
  }
}
/* line 2565, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.left-column .mainboxes {
  float: none;
  padding-top: calc(31.2331378% * 2);
  padding-bottom: calc(31.2331378% * 2);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 2565, ../sass/_base.scss */
  .productDetailRelated .relatedContent .tm-product-related-content.left-column .mainboxes {
    padding-bottom: 0%;
  }
}
/* line 2573, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.left-column .mainboxes.half {
  width: 100%;
}
/* line 2578, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.left-column .mainboxes .hoverable {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 2582, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.left-column .mainboxes .hoverable .cellular {
  display: table;
  border: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
/* line 2588, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.left-column .mainboxes .hoverable .cellular .table-fix {
  display: table-cell;
  vertical-align: middle;
}
/* line 2596, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column {
  margin: 0 0 0 1%;
}
@media screen and (max-width: 768px) {
  /* line 2596, ../sass/_base.scss */
  .productDetailRelated .relatedContent .tm-product-related-content.right-column {
    margin: 2% 0 0 0;
  }
}
/* line 2601, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes {
  float: none;
  padding-bottom: 30.7331378%;
}
@media screen and (max-width: 768px) {
  /* line 2601, ../sass/_base.scss */
  .productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes {
    padding-bottom: 0;
  }
}
/* line 2607, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes:first-child {
  margin: 0 0 2% 0;
}
/* line 2610, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes:last-child {
  margin: 0 0 0 0;
}
/* line 2613, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes.half {
  width: 100%;
}
/* line 2618, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes .hoverable {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 2622, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes .hoverable .cellular {
  display: table;
  border: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
/* line 2628, ../sass/_base.scss */
.productDetailRelated .relatedContent .tm-product-related-content.right-column .mainboxes .hoverable .cellular .table-fix {
  display: table-cell;
  vertical-align: middle;
}
/* line 2638, ../sass/_base.scss */
.productDetailRelated .relatedContent .articleBlurb {
  margin: 0 38px 30px 38px;
}
/* line 2641, ../sass/_base.scss */
.productDetailRelated .relatedContent .articleBlurb h3 {
  text-align: left;
}
/* line 2645, ../sass/_base.scss */
.productDetailRelated .relatedContent .articleBlurb a {
  text-align: left;
  padding-bottom: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #c4712d;
  display: block;
  border-bottom: 1px solid #662b14;
}
/* line 2655, ../sass/_base.scss */
.productDetailRelated .relatedContent .articleBlurb a:hover {
  color: #C89D74;
}
/* line 2660, ../sass/_base.scss */
.productDetailRelated .relatedContent .articleBlurb p {
  text-align: left;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
}
/* line 2666, ../sass/_base.scss */
.productDetailRelated .relatedContent .arrows320 {
  /*
   *	Just listing all of the content vertically for now, until we have time to add in x-scrolling support
   */
  display: none;
  position: absolute;
  z-index: 5000 !important;
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: auto;
  top: 50%;
}
/* line 2679, ../sass/_base.scss */
.productDetailRelated .relatedContent .arrows320 a.arrowBack {
  float: left;
  position: relative;
}
/* line 2682, ../sass/_base.scss */
.productDetailRelated .relatedContent .arrows320 a.arrowBack img {
  width: 13px;
  top: 50%;
  height: 19px;
}
/* line 2688, ../sass/_base.scss */
.productDetailRelated .relatedContent .arrows320 a.arrowNext {
  float: right;
}
/* line 2690, ../sass/_base.scss */
.productDetailRelated .relatedContent .arrows320 a.arrowNext img {
  width: 13px;
  top: 50%;
  height: 19px;
}
@media screen and (min-width: 1281px) {
  /* line 2699, ../sass/_base.scss */
  .productDetailRelated .innerPadding {
    max-width: 90%;
  }
}

/* ----- STORE FINDER -----  */
/* line 2706, ../sass/_base.scss */
.storeFinderContent, .contactContent {
  margin: 0 auto;
  padding-bottom: 50px;
}

/* line 2713, ../sass/_base.scss */
.storeFinderContent form label {
  display: block;
}
/* line 2716, ../sass/_base.scss */
.storeFinderContent form input[type="text"] {
  width: 100px;
  margin-right: 2em;
  height: 25px;
  padding: 0 .5em;
}
/* line 2722, ../sass/_base.scss */
.storeFinderContent form .formSelect {
  position: relative;
  height: 25px;
  margin-bottom: 2em;
}
/* line 2726, ../sass/_base.scss */
.storeFinderContent form .formSelect select {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  cursor: pointer;
  height: 25px;
  border: 1px;
}
/* line 2736, ../sass/_base.scss */
.storeFinderContent form .formSelect span {
  background-color: #a58d79;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  position: relative;
}
/* line 2742, ../sass/_base.scss */
.storeFinderContent form .formSelect span:after {
  top: 50%;
  content: '';
  position: absolute;
  right: 1em;
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: -3px;
}
/* line 2755, ../sass/_base.scss */
.storeFinderContent form #productSelection select, .storeFinderContent form #productSelection span {
  display: none;
}
/* line 2758, ../sass/_base.scss */
.storeFinderContent form #productSelection.empty {
  height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 2765, ../sass/_base.scss */
.storeFinderContent table {
  margin-top: 3em;
  width: 100%;
}
/* line 2768, ../sass/_base.scss */
.storeFinderContent table th {
  text-align: left;
  padding: 0 2em 2em 0;
}
/* line 2772, ../sass/_base.scss */
.storeFinderContent table td {
  vertical-align: top;
  padding: 0 1em 1em 0;
}

/* line 2780, ../sass/_base.scss */
.wp-gallery {
  position: relative;
}
/* line 2783, ../sass/_base.scss */
.wp-gallery .leftArrow, .wp-gallery .rightArrow {
  display: none;
}
/* line 2787, ../sass/_base.scss */
.wp-gallery.loaded {
  overflow: hidden;
}
/* line 2790, ../sass/_base.scss */
.wp-gallery.loaded .slider {
  position: relative;
  top: 0px;
  left: 0px;
  width: 10000px;
}
/* line 2796, ../sass/_base.scss */
.wp-gallery.loaded .slider .wp-gallery-slide {
  float: left;
}
/* line 2801, ../sass/_base.scss */
.wp-gallery.loaded .wp-gallery-item {
  float: left;
}
/* line 2805, ../sass/_base.scss */
.wp-gallery.loaded .leftArrow, .wp-gallery.loaded .rightArrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 26px;
  height: 38px;
  background-image: url("../img/galleryShortcodeArrows.png");
  background-repeat: no-repeat;
  margin-top: -19px;
  cursor: pointer;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
  filter: alpha(opacity=60);
  zoom: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 2819, ../sass/_base.scss */
.wp-gallery.loaded .leftArrow:hover, .wp-gallery.loaded .rightArrow:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 2824, ../sass/_base.scss */
.wp-gallery.loaded .leftArrow {
  left: 10px;
  background-position: center 0px;
}
/* line 2829, ../sass/_base.scss */
.wp-gallery.loaded .rightArrow {
  right: 10px;
  background-position: center -38px;
}

/* ----- Contact page -----  */
/* line 2840, ../sass/_base.scss */
.trm-cf7-half {
  display: inline-block;
  float: left;
  margin-right: 1%;
  margin-bottom: 0.5em;
  position: relative;
  width: 49%;
}

/* line 2848, ../sass/_base.scss */
.trm-cf7-newsletter {
  float: left;
}
/* line 2850, ../sass/_base.scss */
.trm-cf7-newsletter .wpcf7-list-item {
  margin: 0;
}

/* line 2854, ../sass/_base.scss */
.trm-cf7-wrap {
  position: relative;
}

/* line 2857, ../sass/_base.scss */
div.wpcf7-mail-sent-ok {
  border: 0 !important;
}

/* line 2860, ../sass/_base.scss */
article.genericContent aside .wpcf7 div {
  padding: 0;
}
/* line 2862, ../sass/_base.scss */
article.genericContent aside .wpcf7 div.trm-cf7-row {
  clear: both;
  padding-top: 25px;
  position: relative;
}

/* line 2869, ../sass/_base.scss */
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=text] {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  padding: 5px;
  width: 100%;
}
/* line 2876, ../sass/_base.scss */
.wpcf7 input[type=submit] {
  background-color: #c4712d;
  border: 0;
  color: white;
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  min-height: 25px;
  padding: .5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 2889, ../sass/_base.scss */
.wpcf7 label {
  font-size: .813em;
  letter-spacing: .5pt;
  text-transform: uppercase;
}
/* line 2893, ../sass/_base.scss */
.wpcf7 label.trm-cf7-label-bold {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 5px;
}
/* line 2900, ../sass/_base.scss */
.wpcf7 label.trm-cf7-dropdown {
  background-color: #a58d79;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  padding: .5em 1em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
/* line 2914, ../sass/_base.scss */
.wpcf7 label.trm-cf7-dropdown:after {
  top: 50%;
  content: '';
  position: absolute;
  right: 1em;
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: -3px;
}
/* line 2925, ../sass/_base.scss */
.wpcf7 select {
  cursor: pointer;
  height: 28px;
  opacity: 0;
  width: 100%;
}
/* line 2931, ../sass/_base.scss */
.wpcf7 textarea {
  width: 100%;
}

/* line 2936, ../sass/_base.scss */
.wpcf7-form-control-wrap.Category,
.wpcf7-form-control-wrap.Country {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 2945, ../sass/_base.scss */
.gform_wrapper {
  margin: 0 !important;
}
/* line 2947, ../sass/_base.scss */
.gform_wrapper .ginput_container {
  position: relative;
}
/* line 2949, ../sass/_base.scss */
.gform_wrapper .ginput_container span {
  position: relative;
}
/* line 2952, ../sass/_base.scss */
.gform_wrapper .ginput_container select {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  cursor: pointer;
  height: 28px;
  border: 1px;
}
/* line 2961, ../sass/_base.scss */
.gform_wrapper .ginput_container select + label {
  background-color: #a58d79;
  cursor: pointer;
  width: 95%;
  display: inline-block;
  position: relative;
  color: white;
  padding: .5em 1em;
  text-decoration: none;
  border: 0;
  height: 28px;
  white-space: nowrap;
}
/* line 2973, ../sass/_base.scss */
.gform_wrapper .ginput_container select + label:after {
  top: 50%;
  content: '';
  position: absolute;
  right: 1em;
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: -3px;
}
/* line 2986, ../sass/_base.scss */
.gform_wrapper .emailField {
  float: left;
  width: 50%;
}
/* line 2989, ../sass/_base.scss */
.gform_wrapper .emailField input {
  width: 95% !important;
}
/* line 2993, ../sass/_base.scss */
.gform_wrapper .phoneField {
  clear: none !important;
  float: right;
  width: 49%;
}
/* line 2997, ../sass/_base.scss */
.gform_wrapper .phoneField input {
  width: 95% !important;
}
/* line 3001, ../sass/_base.scss */
.gform_wrapper .formQuestionComment {
  position: relative;
}
/* line 3003, ../sass/_base.scss */
.gform_wrapper .formQuestionComment label {
  background-color: #a58d79;
  cursor: pointer;
  width: 99%;
  display: inline-block;
  position: relative;
  color: white;
  padding: .5em 1em;
  text-decoration: none;
  border: 0;
  height: 28px;
  white-space: nowrap;
}
/* line 3015, ../sass/_base.scss */
.gform_wrapper .formQuestionComment label:after {
  top: 50%;
  content: '';
  position: absolute;
  right: 1em;
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: -3px;
}
/* line 3026, ../sass/_base.scss */
.gform_wrapper .formQuestionComment .ginput_container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 25px;
}
/* line 3033, ../sass/_base.scss */
.gform_wrapper input[type="submit"] {
  text-transform: uppercase;
}
/* line 3035, ../sass/_base.scss */
.gform_wrapper input[type="submit"]:after {
  content: '&raquo;';
}

/* line 3041, ../sass/_base.scss */
.gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
}
/* line 3042, ../sass/_base.scss */
.gform_wrapper .top_label .gfield_label:first-of-type {
  margin-top: 0;
}

/* line 3048, ../sass/_base.scss */
.gform_wrapper ul li.gfield {
  margin-bottom: 6px;
}

/* line 3052, ../sass/_base.scss */
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  text-transform: uppercase;
  margin-bottom: 15px !important;
}

/* line 3063, ../sass/_base.scss */
.nameField > div {
  padding-bottom: 0 !important;
}

/* line 3067, ../sass/_base.scss */
.addressForm select + label {
  margin-top: 0 !important;
}

/* line 3071, ../sass/_base.scss */
.gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ----- buttons -----  */
/* line 3078, ../sass/_base.scss */
.button {
  background-color: #c4712d;
  color: white;
  display: inline-block;
  padding: .5em 1em;
  text-decoration: none;
  border: 0;
  height: 25px;
  white-space: nowrap;
}

/* line 3091, ../sass/_base.scss */
.loading {
  background-image: url(../img/495.GIF);
  min-height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 3098, ../sass/_base.scss */
.error {
  color: red;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 3111, ../sass/_base.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 3119, ../sass/_base.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 3130, ../sass/_base.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 3139, ../sass/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 3155, ../sass/_base.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 3169, ../sass/_base.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 3185, ../sass/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 3191, ../sass/_base.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 3200, ../sass/_base.scss */
.clearfix {
  *zoom: 1;
}

/*
* 	Additional Styles for Brand Publishing System
*	October 2014
*/
/* line 3209, ../sass/_base.scss */
.articlewrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1281px) {
  /* line 3209, ../sass/_base.scss */
  .articlewrap {
    width: 90%;
  }
}
/* line 3216, ../sass/_base.scss */
.articlewrap .articlewrap {
  width: 100% !important;
}

/* line 3220, ../sass/_base.scss */
.tagline {
  background-color: #C36E2C;
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  padding: 0.25em .75em;
  top: 25px;
  left: 0;
  z-index: 5;
}
/* line 3229, ../sass/_base.scss */
.tagline a {
  color: #FFF;
  text-decoration: none;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}

/* line 3239, ../sass/_base.scss */
.articlebutton {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  background-color: #c36e2c;
  text-decoration: none;
  margin-top: 15px;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 3250, ../sass/_base.scss */
.articledateline, body.single-article .overlay-cell span {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
}

/* line 3255, ../sass/_base.scss */
.mobileshare {
  display: block;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 13px;
  color: #502715;
  margin-bottom: 30px;
}
/* line 3260, ../sass/_base.scss */
.mobileshare img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

/* line 3267, ../sass/_base.scss */
.mainboxes {
  cursor: pointer;
  background-size: cover;
  overflow: hidden;
  padding-top: 30.7331378%;
  position: relative;
  float: left;
  margin-bottom: 1%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 3267, ../sass/_base.scss */
  .mainboxes {
    padding-top: 45%;
  }
}

/* line 3279, ../sass/_base.scss */
.mainboxes.full {
  width: 100%;
}

/* line 3282, ../sass/_base.scss */
.mainboxes.full .articletitle {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0.25em;
}
/* line 3286, ../sass/_base.scss */
.mainboxes.full .articletitle.articletitle-pushdown {
  margin-top: 75px;
}
/* line 3289, ../sass/_base.scss */
.single .mainboxes.full .articletitle, .single-trme_product .mainboxes.full .articletitle {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
}

/* line 3293, ../sass/_base.scss */
.mainboxes.full .articledateline {
  font-size: 16px;
  margin-top: 0.75em;
  max-width: 60%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  /* line 3293, ../sass/_base.scss */
  .mainboxes.full .articledateline {
    max-width: 100%;
  }
}

/* line 3302, ../sass/_base.scss */
.mainboxes.half {
  width: 49.5%;
  margin-right: 1%;
}

/* line 3306, ../sass/_base.scss */
.mainboxes.half.nopad {
  width: 49.5%;
  margin-right: 0%;
}

/* line 3310, ../sass/_base.scss */
.mainboxes.half .articletitle {
  font-size: 26px;
  margin-bottom: 0.5em;
  line-height: 1;
}
/* line 3314, ../sass/_base.scss */
.mainboxes.half .articletitle.articletitle-pushdown {
  margin-top: 75px;
}
/* line 3317, ../sass/_base.scss */
.home .mainboxes.half .articletitle, .at-a-glance .mainboxes.half .articletitle {
  font-size: 28px;
  margin: 0 0 0.5em 0;
  line-height: 1;
}
/* line 3322, ../sass/_base.scss */
.single-trme_product .mainboxes.half .articletitle {
  font-size: 30px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
}

/* line 3327, ../sass/_base.scss */
.mainboxes.half .articledateline {
  font-size: 16px;
  margin-top: 0.75em;
  line-height: 1.2;
}
/* line 3331, ../sass/_base.scss */
.home .mainboxes.half .articledateline {
  margin: 0.75em 0 0 0;
}
@media screen and (max-width: 520px) {
  /* line 3331, ../sass/_base.scss */
  .home .mainboxes.half .articledateline {
    display: none;
  }
}

/* line 3338, ../sass/_base.scss */
.mainboxes.twothirds {
  width: 66%;
  margin-right: 1%;
}

/* line 3342, ../sass/_base.scss */
.mainboxes.twothirds .articletitle {
  font-size: 26px;
  margin-bottom: 0.5em;
  max-width: 75%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 3342, ../sass/_base.scss */
  .mainboxes.twothirds .articletitle {
    max-width: 100%;
  }
}
/* line 3350, ../sass/_base.scss */
.mainboxes.twothirds .articletitle.articletitle-pushdown {
  margin-top: 75px;
}
/* line 3353, ../sass/_base.scss */
.single .mainboxes.twothirds .articletitle, .single-trme_product .mainboxes.twothirds .articletitle {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
}
/* line 3356, ../sass/_base.scss */
.home .mainboxes.twothirds .articletitle, .at-a-glance .mainboxes.twothirds .articletitle, .page-template-page-at-a-glance-ext .mainboxes.twothirds .articletitle {
  font-size: 32px;
  margin: 0 0 0.5em 0;
  line-height: 1;
}

/* line 3362, ../sass/_base.scss */
.mainboxes.twothirds .articledateline {
  font-size: 16px;
  margin-top: 0.75em;
  max-width: 75%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  /* line 3362, ../sass/_base.scss */
  .mainboxes.twothirds .articledateline {
    max-width: 100%;
  }
}
/* line 3370, ../sass/_base.scss */
.home .mainboxes.twothirds .articledateline {
  margin: 0.75em 0 0 0;
}
@media screen and (max-width: 520px) {
  /* line 3370, ../sass/_base.scss */
  .home .mainboxes.twothirds .articledateline {
    display: none;
  }
}

/* line 3377, ../sass/_base.scss */
.mainboxes.onethird {
  width: 33%;
}

/* line 3380, ../sass/_base.scss */
.mainboxes.onethird .articletitle {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0.5em;
}
/* line 3384, ../sass/_base.scss */
.mainboxes.onethird .articletitle.articletitle-pushdown {
  margin-top: 75px;
}
/* line 3387, ../sass/_base.scss */
.single .mainboxes.onethird .articletitle, .single-trme_product .mainboxes.onethird .articletitle {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
}

/* line 3391, ../sass/_base.scss */
.mainboxes.onethird .articledateline {
  font-size: 16px;
  margin-top: 0.75em;
  line-height: 1.2;
}

/* line 3396, ../sass/_base.scss */
body.post-type-archive-article .articletitle, body.post-type-archive-article .archive-title, body.single-article .archive-title, body.single-article .overlay-cell h1, body.single-article .overlay-cell h2, body.home .articletitle, body.at-a-glance .articletitle, body.search .archive-title, body.search .articletitle, body.tag .archive-title, body.tag .articletitle, body.page-template-page-at-a-glance-ext .articletitle {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
}

/* line 3399, ../sass/_base.scss */
.articlewrap, .articlewrap p, .article-left, .article-right {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  color: #662b14;
  font-size: 14px;
  line-height: 22px;
}
/* line 3406, ../sass/_base.scss */
.articlewrap img.aligncenter, .articlewrap p img.aligncenter, .article-left img.aligncenter, .article-right img.aligncenter {
  margin: 0 auto;
  display: block;
}

/* line 3417, ../sass/_base.scss */
.trm-legacy-article-content, .trm-updated-article {
  margin: 2em 0 0;
}

/* line 3421, ../sass/_base.scss */
.trm-legacy-article-content p:last-of-type:after {
  content: url(../img/trm-article-leaf-mug.png);
  margin-left: 2px;
}

/* line 3427, ../sass/_base.scss */
.trm-updated-article > div:last-of-type > div:not(.trm-right-column-quote):not(.trm-left-featured-product):not(.trm-left-column-quote):not(.trm-right-featured-product):not(.trm-right-download-content):not(.trm-left-download-content) > p:last-of-type:after {
  content: url(../img/trm-article-leaf-mug.png);
  margin-left: 4px;
}
/* line 3431, ../sass/_base.scss */
.trm-updated-article div:last-of-type.trm-single-column-content > p:last-of-type:after {
  content: url(../img/trm-article-leaf-mug.png);
  margin-left: 4px;
}

/* line 3436, ../sass/_base.scss */
.articlewrap .trm-legacy-article-content p {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 3443, ../sass/_base.scss */
.articlewrap .trm-legacy-article-content p img {
  width: 100%;
  height: auto;
}
/* line 3446, ../sass/_base.scss */
.articlewrap .trm-legacy-article-content p img.trm-inline-image {
  max-width: 100px !important;
  height: 80px !important;
}
/* line 3451, ../sass/_base.scss */
.articlewrap .trm-legacy-article-content p a {
  color: #bf6e2a;
  text-decoration: none;
}
/* line 3454, ../sass/_base.scss */
.articlewrap .trm-legacy-article-content p a img.trm-inline-image {
  max-width: 100px !important;
  height: 80px !important;
}

/* line 3460, ../sass/_base.scss */
.hoverable {
  width: 100%;
  height: 100%;
  display: table;
  color: #FFF;
  font-size: 42px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(45, 44, 44, 0.5);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  /* line 3470, ../sass/_base.scss */
  .hoverable > div {
    display: table-cell;
    vertical-align: middle;
  }
}

/* line 3477, ../sass/_base.scss */
.cellular {
  display: table-cell;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

/* line 3483, ../sass/_base.scss */
.placement {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

/* line 3491, ../sass/_base.scss */
.hoverable hr {
  width: 33%;
  margin: 0;
}
@media screen and (max-width: 520px) {
  /* line 3491, ../sass/_base.scss */
  .hoverable hr {
    display: none;
  }
}

/* line 3498, ../sass/_base.scss */
.mainboxes .hoverable {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

/* line 3505, ../sass/_base.scss */
.mainboxes:hover .hoverable {
  background-color: rgba(58, 29, 17, 0.75);
}
/* line 3507, ../sass/_base.scss */
.mainboxes:hover .hoverable .cellular {
  box-shadow: rgba(0, 0, 0, 0.25);
}

/* line 3512, ../sass/_base.scss */
.hovermenu {
  position: fixed;
  top: 120px;
  left: 0px;
  min-height: 160px;
  min-width: 145px;
  z-index: 9999;
}

/* line 3521, ../sass/_base.scss */
.trm-ppj-nav-container {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 3521, ../sass/_base.scss */
  .trm-ppj-nav-container {
    max-width: 320px;
  }
}
/* line 3527, ../sass/_base.scss */
.trm-ppj-nav-container span {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: auto;
  text-align: center;
}
/* line 3534, ../sass/_base.scss */
.trm-ppj-nav-container .trm-ppj-nav-close {
  position: absolute;
  top: 0;
  right: -50px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 700;
  background-color: #c36e2c;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: table;
  opacity: 0;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  z-index: 7000;
  visibility: collapse;
}
@media screen and (max-width: 768px) {
  /* line 3534, ../sass/_base.scss */
  .trm-ppj-nav-container .trm-ppj-nav-close {
    right: 0;
    visibility: visible;
  }
}
/* line 3555, ../sass/_base.scss */
.trm-ppj-nav-container .trm-ppj-nav-close.trm-ppj-nav-open {
  z-index: 9000;
  opacity: 1;
  top: 0px;
  right: 0;
}
/* line 3561, ../sass/_base.scss */
.trm-ppj-nav-container .trm-ppj-nav-close svg {
  width: 25px;
  height: 25px;
  display: inherit;
  margin: 0 auto;
}

/* line 3570, ../sass/_base.scss */
.trm-qd_about-nav,
.trm-ppj-nav {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto 2em;
}
/* line 3575, ../sass/_base.scss */
.trm-qd_about-nav:focus,
.trm-ppj-nav:focus {
  outline: none;
}
/* line 3578, ../sass/_base.scss */
.trm-qd_about-nav *:focus,
.trm-ppj-nav *:focus {
  outline: none;
}
/* line 3581, ../sass/_base.scss */
.single .trm-qd_about-nav, .single
.trm-ppj-nav {
  margin: 6em auto 2em;
}
@media screen and (max-width: 768px) {
  /* line 3581, ../sass/_base.scss */
  .single .trm-qd_about-nav, .single
  .trm-ppj-nav {
    margin: 5em auto 2em;
  }
}
/* line 3587, ../sass/_base.scss */
.trm-qd_about-nav span,
.trm-ppj-nav span {
  display: none;
}
/* line 3590, ../sass/_base.scss */
.trm-qd_about-nav ul,
.trm-ppj-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
/* line 3596, ../sass/_base.scss */
.trm-qd_about-nav ul li,
.trm-ppj-nav ul li {
  display: inline-block;
  margin: 0 1.5% 1.5% 1.5%;
}
@media screen and (max-width: 970px) {
  /* line 3596, ../sass/_base.scss */
  .trm-qd_about-nav ul li,
  .trm-ppj-nav ul li {
    margin: 0 1.2% 1.2% 1.2%;
  }
}
@media screen and (max-width: 835px) {
  /* line 3596, ../sass/_base.scss */
  .trm-qd_about-nav ul li,
  .trm-ppj-nav ul li {
    margin: 0 1%;
  }
}
/* line 3605, ../sass/_base.scss */
.trm-qd_about-nav ul li:first-child,
.trm-ppj-nav ul li:first-child {
  margin: 0 1.5% 0 0;
}
@media screen and (max-width: 970px) {
  /* line 3605, ../sass/_base.scss */
  .trm-qd_about-nav ul li:first-child,
  .trm-ppj-nav ul li:first-child {
    margin: 0 1.2% 0 0;
  }
}
@media screen and (max-width: 835px) {
  /* line 3605, ../sass/_base.scss */
  .trm-qd_about-nav ul li:first-child,
  .trm-ppj-nav ul li:first-child {
    margin: 0 1% 0 0;
  }
}
/* line 3614, ../sass/_base.scss */
.trm-qd_about-nav ul li:last-child,
.trm-ppj-nav ul li:last-child {
  margin: 0 0 0 1.5%;
}
@media screen and (max-width: 970px) {
  /* line 3614, ../sass/_base.scss */
  .trm-qd_about-nav ul li:last-child,
  .trm-ppj-nav ul li:last-child {
    margin: 0 0 0 1.2%;
  }
}
@media screen and (max-width: 835px) {
  /* line 3614, ../sass/_base.scss */
  .trm-qd_about-nav ul li:last-child,
  .trm-ppj-nav ul li:last-child {
    margin: 0 0 0 1%;
  }
}
/* line 3623, ../sass/_base.scss */
.trm-qd_about-nav ul li a,
.trm-ppj-nav ul li a {
  text-decoration: none;
  font-size: 16px;
  padding: 0.5em 0.75em;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #c36e2c;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media screen and (max-width: 960px) {
  /* line 3623, ../sass/_base.scss */
  .trm-qd_about-nav ul li a,
  .trm-ppj-nav ul li a {
    font-size: 15px;
    padding: 0.5em 0.6em;
  }
}
@media screen and (max-width: 835px) {
  /* line 3623, ../sass/_base.scss */
  .trm-qd_about-nav ul li a,
  .trm-ppj-nav ul li a {
    padding: 0.5em 0.4em;
  }
}
@media screen and (max-width: 768px) {
  /* line 3623, ../sass/_base.scss */
  .trm-qd_about-nav ul li a,
  .trm-ppj-nav ul li a {
    font-size: 18px;
  }
}
/* line 3644, ../sass/_base.scss */
.trm-qd_about-nav ul li a:hover, .trm-qd_about-nav ul li a.trm-current-page,
.trm-ppj-nav ul li a:hover,
.trm-ppj-nav ul li a.trm-current-page {
  background-color: #c36e2c;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 3570, ../sass/_base.scss */
  .trm-qd_about-nav,
  .trm-ppj-nav {
    max-width: 320px;
    position: relative;
    margin: 0 auto 2em;
    background: #c36e2c;
    outline: none;
    color: #ffffff;
    padding: 10px;
    z-index: 8000;
    cursor: pointer;
  }
  /* line 3661, ../sass/_base.scss */
  .trm-qd_about-nav:after,
  .trm-ppj-nav:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 45%;
    border-top: solid 6px #ffffff;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px transparent;
  }
  /* line 3676, ../sass/_base.scss */
  .trm-qd_about-nav.active:after,
  .trm-ppj-nav.active:after {
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px #ffffff;
    border-left: solid 6px transparent;
    top: 32%;
  }
  /* line 3683, ../sass/_base.scss */
  .trm-qd_about-nav.active ul,
  .trm-ppj-nav.active ul {
    background: #c36e2c;
    opacity: 1;
    pointer-events: all;
  }
  /* line 3689, ../sass/_base.scss */
  .trm-qd_about-nav.active ul li a:hover,
  .trm-ppj-nav.active ul li a:hover {
    background: #7F3210;
  }
  /* line 3696, ../sass/_base.scss */
  .trm-qd_about-nav span,
  .trm-ppj-nav span {
    font-size: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    text-transform: uppercase;
    display: block;
  }
  /* line 3702, ../sass/_base.scss */
  .trm-qd_about-nav ul,
  .trm-ppj-nav ul {
    position: absolute;
    z-index: 8000;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }
  /* line 3710, ../sass/_base.scss */
  .trm-qd_about-nav ul li,
  .trm-ppj-nav ul li {
    display: block;
    margin: 0;
    position: relative;
    z-index: 8000;
  }
  /* line 3715, ../sass/_base.scss */
  .trm-qd_about-nav ul li:first-child, .trm-qd_about-nav ul li:last-child,
  .trm-ppj-nav ul li:first-child,
  .trm-ppj-nav ul li:last-child {
    margin: 0;
  }
  /* line 3718, ../sass/_base.scss */
  .trm-qd_about-nav ul li a,
  .trm-ppj-nav ul li a {
    position: relative;
    z-index: 8000;
    display: block;
    color: #ffffff;
  }
}
@media screen and (max-width: 320px) {
  /* line 3570, ../sass/_base.scss */
  .trm-qd_about-nav,
  .trm-ppj-nav {
    max-width: 280px;
    left: -7px;
  }
}

/* line 3732, ../sass/_base.scss */
.trm-qd_about-nav {
  margin: 6em auto 2em;
}
@media screen and (max-width: 768px) {
  /* line 3732, ../sass/_base.scss */
  .trm-qd_about-nav {
    margin: 5em auto 2em;
  }
}

/* line 3739, ../sass/_base.scss */
.hovermenu .menu_abbr, .hovermenu .menu_full {
  padding: 5px 10px;
  background-color: #C36E2C;
  font-size: 18px;
  font-style: italic;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 32px;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
}

/* line 3754, ../sass/_base.scss */
.hovermenu .menu_body {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.53);
  background-color: #FFF;
  width: 120px;
  padding: 20px;
  padding-top: 40px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 19;
}

/* line 3767, ../sass/_base.scss */
.hovermenu .menu_body a {
  text-decoration: none;
  text-transform: uppercase;
  color: #7F3210;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
}

/* line 3775, ../sass/_base.scss */
.hovermenu .menu_body a:hover {
  color: #C36E2C;
}

/* line 3778, ../sass/_base.scss */
.hovermenu .menu_body ul {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3784, ../sass/_base.scss */
.hovermenu .menu_body ul li {
  margin-top: 0;
  width: 100px;
}

/* line 3788, ../sass/_base.scss */
.innerbod {
  position: relative;
}

/* line 3791, ../sass/_base.scss */
.article-left {
  width: 49%;
  margin-right: 2%;
  float: left;
}

/* line 3796, ../sass/_base.scss */
.article-right {
  width: 49%;
  float: left;
}

/* line 3800, ../sass/_base.scss */
.breadcrumb_article {
  display: block;
  margin-top: 50px;
  float: left;
  margin-left: 10%;
  color: #C57D55;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 3811, ../sass/_base.scss */
.breadcrumb_article a {
  color: #C57D55;
}

/* line 3815, ../sass/_base.scss */
.article-hero {
  width: 100%;
  height: auto;
}

/* line 3819, ../sass/_base.scss */
.hero-wrap {
  position: relative;
  height: auto;
}
/* line 3822, ../sass/_base.scss */
.hero-wrap h1 {
  /*display:inline;*/
}
/* line 3825, ../sass/_base.scss */
.hero-wrap .hero-title {
  text-align: center;
}
/* line 3827, ../sass/_base.scss */
.hero-wrap .hero-title h1 {
  color: #662b14;
  font-size: 45px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin: 0.5em 0;
}
@media screen and (max-width: 480px) {
  /* line 3827, ../sass/_base.scss */
  .hero-wrap .hero-title h1 {
    font-size: 48px;
  }
}
/* line 3836, ../sass/_base.scss */
.hero-wrap .hero-title h1 + p {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #662b14;
  font-size: 14px;
}
/* line 3842, ../sass/_base.scss */
.hero-wrap .hero-title h1 + p a {
  color: #c36e2c;
  text-decoration: none;
}
@media screen and (max-width: 510px) {
  /* line 3851, ../sass/_base.scss */
  .hero-wrap .hero-title .trm-article-heading--social-sharing ul li {
    display: block;
  }
}
/* line 3856, ../sass/_base.scss */
.hero-wrap .hero-title .trm-article-heading--social-sharing ul {
  list-style-type: none;
  margin: 0 0 2em 0;
  text-align: center;
  padding: 0;
}
/* line 3861, ../sass/_base.scss */
.hero-wrap .hero-title .trm-article-heading--social-sharing ul li {
  display: inline-block;
  margin: 0 0.5em;
}
@media screen and (max-width: 510px) {
  /* line 3861, ../sass/_base.scss */
  .hero-wrap .hero-title .trm-article-heading--social-sharing ul li {
    font-size: 10px;
    margin: 1em;
  }
}
/* line 3870, ../sass/_base.scss */
.hero-wrap .hero-title .trm-article-heading--social-sharing ul li:first-child {
  margin: 0 0.5em 0 0;
}
/* line 3873, ../sass/_base.scss */
.hero-wrap .hero-title .trm-article-heading--social-sharing ul li:last-child {
  margin: 0 0 0 0.5em;
}
/* line 3876, ../sass/_base.scss */
.hero-wrap .hero-title .trm-article-heading--social-sharing ul li a {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  color: #c36e2c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
/* line 3883, ../sass/_base.scss */
.hero-wrap .hero-title .trm-article-heading--social-sharing ul li a img {
  cursor: pointer;
}

/* line 3892, ../sass/_base.scss */
.overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(45, 44, 44, 0.5);
}

/* line 3901, ../sass/_base.scss */
.overlay-tbl {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 3906, ../sass/_base.scss */
.overlay-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  height: 100%;
}
/* line 3912, ../sass/_base.scss */
.overlay-cell h1 {
  color: #FFF;
  margin: 0 auto;
  font-size: 42px;
}
/* line 3917, ../sass/_base.scss */
.overlay-cell i {
  font-size: 20px;
}
/* line 3920, ../sass/_base.scss */
.overlay-cell h2 {
  font-size: 28px;
  margin: 0 auto;
}
/* line 3924, ../sass/_base.scss */
.overlay-cell hr {
  width: 65%;
  margin: 0px auto 5px auto;
}
/* line 3928, ../sass/_base.scss */
.overlay-cell span {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* line 3933, ../sass/_base.scss */
.template3push {
  width: 78%;
  margin: 0 auto;
}

/* line 3937, ../sass/_base.scss */
.post_wrap {
  width: 97%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-top: 20.2690058479532%;
  float: left;
  position: relative;
}

/* line 3945, ../sass/_base.scss */
.orangeline {
  border-top: 1px solid #C57D55;
  height: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 3951, ../sass/_base.scss */
.orangetitle {
  color: #C57D55;
  font-size: 18px;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
}

/* line 3956, ../sass/_base.scss */
.article-slider div {
  min-height: 200px;
}

/* line 3961, ../sass/_base.scss */
.single-article .archive-header .archive-title {
  margin: 0 0 0 0;
  font-size: 36px;
  font-weight: normal;
}

/* line 3970, ../sass/_base.scss */
.post-type-archive-article .archive-header h1.archive-title {
  font-size: 36px;
  font-weight: normal;
}
/* line 3974, ../sass/_base.scss */
.post-type-archive-article .archive-header span {
  padding: 0 20px;
}

/* line 3981, ../sass/_base.scss */
body.search .archive-header h1.archive-title {
  font-size: 36px;
  font-weight: normal;
}

/* line 3989, ../sass/_base.scss */
body.tag .archive-header h1.archive-title {
  font-size: 36px;
  font-weight: normal;
}

/* line 3995, ../sass/_base.scss */
.article-h1 {
  display: inline;
}

/* line 3998, ../sass/_base.scss */
.show_desktop {
  display: block;
}

/* line 4001, ../sass/_base.scss */
.show_mobile {
  display: none;
}

/* line 4004, ../sass/_base.scss */
.no-banner {
  width: 100%;
  text-align: center;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 13px;
  color: #502715;
}
/* line 4007, ../sass/_base.scss */
.no-banner img {
  width: 25px;
  height: auto;
  margin: 5px;
  cursor: pointer;
}

/* line 4017, ../sass/_base.scss */
.social-hover {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* line 4021, ../sass/_base.scss */
.social-hover img {
  width: 20px;
  height: auto;
  margin-left: 5px;
  cursor: pointer;
}

/* line 4028, ../sass/_base.scss */
.callout-line {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1em;
}

/* line 4033, ../sass/_base.scss */
.callout-body {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
}

/* line 4039, ../sass/_base.scss */
object#solar_widget {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 4045, ../sass/_base.scss */
  .page-id-1091 object {
    display: none;
  }

  /* line 4050, ../sass/_base.scss */
  .social-hover {
    display: none;
  }

  /* line 4054, ../sass/_base.scss */
  .show_desktop {
    display: none;
  }

  /* line 4057, ../sass/_base.scss */
  .show_mobile {
    display: block;
  }

  /* line 4061, ../sass/_base.scss */
  .tagline {
    display: none;
  }

  /* line 4064, ../sass/_base.scss */
  .mainboxes {
    padding-top: 67.721518987342%;
    padding-top: 85%;
  }

  /* line 4068, ../sass/_base.scss */
  .mainboxes .hoverable {
    opacity: 1;
  }

  /* line 4071, ../sass/_base.scss */
  .full, .half, .twothirds, .onethird {
    width: 100% !important;
    margin-right: 0 !important;
  }

  /* line 4075, ../sass/_base.scss */
  .mainboxes.full .hoverable, .mainboxes.half .hoverable, .mainboxes.twothirds .hoverable, .mainboxes.onethird .hoverable {
    padding-top: 0% !important;
  }

  /* line 4078, ../sass/_base.scss */
  .articletitle {
    margin-top: 0px !important;
    font-size: 20px !important;
    line-height: 20px !important;
  }

  /* line 4083, ../sass/_base.scss */
  .articledateline {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  /* line 4087, ../sass/_base.scss */
  .article-left, .article-right {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  /* line 4092, ../sass/_base.scss */
  .template3push {
    width: 100%;
  }

  /* line 4096, ../sass/_base.scss */
  .overlay-cell h1 {
    font-size: 36px;
    font-weight: normal;
  }
  /* line 4100, ../sass/_base.scss */
  .overlay-cell i {
    font-size: 14px;
  }

  /* line 4104, ../sass/_base.scss */
  .post_wrap {
    padding-top: 12.2690058479532%;
  }

  /* line 4110, ../sass/_base.scss */
  .breadcrumb_article {
    display: inline-block;
    margin-top: 40px;
    float: none;
    width: 80%;
    text-align: center;
    color: #C57D55;
    font-family: Arial, Helvetica, sans-serif;
  }
  /* line 4118, ../sass/_base.scss */
  .breadcrumb_article a {
    color: #C57D55;
  }

  /* line 4123, ../sass/_base.scss */
  .hero-wrap .overlay-wrap {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 4129, ../sass/_base.scss */
  .articledateline {
    font-size: 15px !important;
    line-height: 18px !important;
  }
}
/* line 4134, ../sass/_base.scss */
.trm-back-to-top {
  cursor: pointer;
  right: 28px;
  top: 0;
  opacity: 0;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  /* line 4134, ../sass/_base.scss */
  .trm-back-to-top {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 4143, ../sass/_base.scss */
  .single-trme_product .trm-back-to-top {
    display: none;
  }
}
/* line 4148, ../sass/_base.scss */
.trm-back-to-top img {
  display: block;
  width: 65%;
  max-width: 46px;
  margin: 0 auto 0.25em;
}
/* line 4154, ../sass/_base.scss */
.trm-back-to-top p {
  color: #c36e2c;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

/* line 4163, ../sass/_base.scss */
.trm-related-articles--heading {
  font-size: 34px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  color: #662b14;
  line-height: 1;
  text-align: center;
  margin: 1.5em 0 1.25em;
}

/* line 4171, ../sass/_base.scss */
.trm-newsletter-cta {
  margin: 1% 0;
  float: none;
  clear: both;
}
/* line 4175, ../sass/_base.scss */
.single .trm-newsletter-cta {
  margin: 5% 0 3.5%;
}
/* line 4178, ../sass/_base.scss */
.single-trme_product .trm-newsletter-cta {
  margin: 1% 0 3.5% 0;
}
@media screen and (max-width: 768px) {
  /* line 4178, ../sass/_base.scss */
  .single-trme_product .trm-newsletter-cta {
    margin: 2% 0 3.5% 0;
  }
}
/* line 4184, ../sass/_base.scss */
.trm-newsletter-cta:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4189, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container {
  height: 95px;
}
@media screen and (max-width: 768px) {
  /* line 4189, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container {
    height: auto;
  }
}
/* line 4194, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4199, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy, .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form {
  width: 50%;
  display: inline-block;
  float: left;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 4199, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy, .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form {
    float: none;
    width: 100%;
    display: block;
  }
}
/* line 4210, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy {
  background: #c36e2c;
  display: table;
  height: 100%;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 4210, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy {
    padding: 2% 4.5% 2.5%;
  }
}
/* line 4218, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy .trm-newletter-cta-copy-aligner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  /* line 4218, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy .trm-newletter-cta-copy-aligner {
    padding: 5.1% 0 5%;
  }
}
/* line 4226, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy h2, .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy p {
  margin: 0;
  color: inherit;
}
/* line 4230, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy h2 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.25em 0;
  text-transform: none;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  /* line 4230, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  /* line 4230, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy h2 {
    font-size: 14px;
  }
}
/* line 4245, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-copy p {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: center;
}
/* line 4253, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form {
  background: url("../img/trm-newsletter-bg.jpg") no-repeat;
  height: inherit;
  display: table;
}
/* line 4257, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container {
  height: inherit;
  padding: 4.5% 7.5% 4.5%;
  width: 100%;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 4265, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form label {
  font-size: 0;
  visibility: hidden;
  text-indent: -9999px;
}
/* line 4270, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form input[type=email] {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  line-height: 1;
  padding: 1em 0.5em 1em 1em;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  vertical-align: middle;
  width: 77%;
}
@media screen and (max-width: 1024px) {
  /* line 4270, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form input[type=email] {
    width: 74%;
  }
}
@media screen and (max-width: 905px) {
  /* line 4270, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form input[type=email] {
    width: 70%;
  }
}
@media screen and (max-width: 785px) {
  /* line 4270, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form input[type=email] {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  /* line 4270, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form input[type=email] {
    width: 100%;
  }
}
/* line 4294, ../sass/_base.scss */
.trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form button[type=submit] {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #c36e2c;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 700;
  padding: 16px 1.5em;
  vertical-align: middle;
  width: 80px;
}
/* line 4307, ../sass/_base.scss */
.home .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form button[type=submit], .at-a-glance .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form button[type=submit], .single-trme_product .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form button[type=submit] {
  padding: 13.5px 1.5em;
}
@media screen and (max-width: 768px) {
  /* line 4294, ../sass/_base.scss */
  .trm-newsletter-cta .trm-newsletter-cta-container .trm-newsletter-cta-form .trm-newsletter-cta-form-container form button[type=submit] {
    width: 100%;
  }
}

/* line 4322, ../sass/_base.scss */
.trm-newsletter-header button {
  color: #ffffff;
  font-family: "Gotham SSm A","Gotham SSm B";
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0px;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  float: left;
  background: #C4712D;
  height: 20px;
  width: 61px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 4338, ../sass/_base.scss */
.trm-newsletter-header input {
  border: none;
  border-radius: 0;
  float: left;
  font-style: normal;
  width: 195px;
  padding: 3px 5px;
}
/* line 4346, ../sass/_base.scss */
.trm-newsletter-header label {
  display: none;
}
/* line 4349, ../sass/_base.scss */
.trm-newsletter-header p {
  color: #c4712d;
  font-size: 11px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 4360, ../sass/_base.scss */
.trm-newsletter-header p .hide {
  display: none;
}
/* line 4363, ../sass/_base.scss */
.trm-newsletter-header #headerSubscribe {
  margin-top: 2px;
}

/* line 4367, ../sass/_base.scss */
.trm-mobile-share-tab {
  background-color: #c36e2c;
  color: #ffffff;
  padding: 6px 12px 6px 6px;
  border-radius: 0 8px 8px 0;
  max-width: 36px;
  position: fixed;
  top: 100px;
  cursor: pointer;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}
/* line 4378, ../sass/_base.scss */
.trm-mobile-share-tab.tab-active {
  background-color: #662b14;
}
@media screen and (min-width: 769px) {
  /* line 4367, ../sass/_base.scss */
  .trm-mobile-share-tab {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 4367, ../sass/_base.scss */
  .trm-mobile-share-tab {
    opacity: 1;
  }
}
/* line 4387, ../sass/_base.scss */
.trm-mobile-share-tab i {
  font-size: 18px;
}

/* line 4391, ../sass/_base.scss */
.trm-scrolling-share {
  max-width: 60px;
  cursor: pointer;
  left: 48px;
  top: 0;
  opacity: 0;
  z-index: 1000;
}
@media screen and (max-width: 960px) {
  /* line 4391, ../sass/_base.scss */
  .trm-scrolling-share {
    left: 28px;
  }
}
@media screen and (max-width: 768px) {
  /* line 4391, ../sass/_base.scss */
  .trm-scrolling-share {
    transition: all 0.3s ease-in-out;
    left: -40px;
  }
  /* line 4405, ../sass/_base.scss */
  .trm-scrolling-share.sharing-active {
    left: 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 4391, ../sass/_base.scss */
  .trm-scrolling-share {
    padding: 16px 12px 16px 10px;
    left: -56px;
    background-color: #fffcf4;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  /* line 4415, ../sass/_base.scss */
  .trm-scrolling-share.sharing-active {
    left: 0px;
  }
}
/* line 4419, ../sass/_base.scss */
.trm-scrolling-share p {
  text-align: center;
  color: #662b14;
  font-size: 1em;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  /* line 4419, ../sass/_base.scss */
  .trm-scrolling-share p {
    display: none;
  }
}
/* line 4430, ../sass/_base.scss */
.trm-scrolling-share ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 4435, ../sass/_base.scss */
.trm-scrolling-share ul li {
  margin: 1em 0;
}
/* line 4437, ../sass/_base.scss */
.trm-scrolling-share ul li:first-child {
  margin: 0 0 1em 0;
}
/* line 4440, ../sass/_base.scss */
.trm-scrolling-share ul li:last-child {
  margin: 1em 0 0 0;
}
/* line 4443, ../sass/_base.scss */
.trm-scrolling-share ul li a {
  display: block;
  cursor: pointer;
}
/* line 4446, ../sass/_base.scss */
.trm-scrolling-share ul li a img {
  cursor: pointer;
}

/* line 4455, ../sass/_base.scss */
.trm-newsletter-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  display: none;
}

/* line 4465, ../sass/_base.scss */
.trm-newsletter-modal {
  box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10%;
  left: 20%;
  z-index: 10000;
  width: 90%;
  max-width: 800px;
  height: auto;
  min-height: 550px;
  background: #c36e2c url("../img/trm-newsletter-modal-bg.jpg") bottom 30px left 30px/contain no-repeat;
  padding: 30px;
  display: none;
}
@media screen and (max-width: 480px) {
  /* line 4465, ../sass/_base.scss */
  .trm-newsletter-modal {
    width: 90%;
    left: 5%;
    top: 5%;
  }
}
/* line 4483, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content {
  border: 2px solid #ffffff;
  width: 100%;
  height: auto;
  min-height: 490px;
  position: relative;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  padding: 4em 5em 0;
}
@media screen and (min-width: 481px) and (max-width: 910px) {
  /* line 4483, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content {
    padding: 3.5em 3.5em;
  }
}
@media screen and (max-width: 480px) {
  /* line 4483, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content {
    padding: 3em 1em;
  }
}
/* line 4497, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content .trm-modal-close {
  width: 30px;
  height: 30px;
  background: url("../img/trm-newsletter-close.png") center center/30px 30px no-repeat;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
/* line 4507, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content h2, .trm-newsletter-modal .trm-newsletter-content p, .trm-newsletter-modal .trm-newsletter-content input, .trm-newsletter-modal .trm-newsletter-content button {
  font-family: inherit;
}
/* line 4510, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content h2, .trm-newsletter-modal .trm-newsletter-content p, .trm-newsletter-modal .trm-newsletter-content button {
  color: #ffffff;
}
/* line 4513, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content h2, .trm-newsletter-modal .trm-newsletter-content p {
  text-align: center;
}
/* line 4516, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content h2 {
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 481px) and (max-width: 910px) {
  /* line 4516, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  /* line 4516, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content h2 {
    font-size: 20px;
  }
}
/* line 4528, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content p {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}
@media screen and (min-width: 481px) and (max-width: 910px) {
  /* line 4528, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 4528, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content p {
    font-size: 14px;
  }
}
/* line 4538, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content p.trm-newsletter-opt-out {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  margin: 1em 0 0 0;
  cursor: pointer;
}
/* line 4546, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content form {
  width: 70%;
  margin: 1.5em auto;
}
/* line 4549, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content form label {
  font-size: 0;
  visibility: hidden;
  text-indent: -9999px;
}
/* line 4554, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content form input[type=email] {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  line-height: 1;
  padding: 1em 0.5em 1em 1em;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  vertical-align: middle;
  width: 77%;
}
@media screen and (max-width: 768px) {
  /* line 4554, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content form input[type=email] {
    width: 100%;
  }
}
/* line 4569, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content form button[type=submit] {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #662b14;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 700;
  padding: 14px 1.5em;
  vertical-align: middle;
  width: 80px;
}
@media screen and (max-width: 768px) {
  /* line 4569, ../sass/_base.scss */
  .trm-newsletter-modal .trm-newsletter-content form button[type=submit] {
    width: 100%;
  }
}
/* line 4589, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content input {
  font-weight: 400;
}
/* line 4592, ../sass/_base.scss */
.trm-newsletter-modal .trm-newsletter-content button {
  font-weight: 700;
}

/* line 4602, ../sass/_base.scss */
.trm-three-column {
  margin: 1em auto 1em;
}
/* line 4604, ../sass/_base.scss */
.trm-three-column:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4609, ../sass/_base.scss */
.trm-three-column .trm-left-column-quote {
  margin-bottom: 1em;
  min-height: 1px;
}
@media screen and (max-width: 780px) {
  /* line 4609, ../sass/_base.scss */
  .trm-three-column .trm-left-column-quote {
    margin: 0 1.5em 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 4609, ../sass/_base.scss */
  .trm-three-column .trm-left-column-quote {
    float: none;
    width: 100%;
    margin: 1.5em 0 1em;
  }
}
/* line 4620, ../sass/_base.scss */
.trm-three-column .trm-left-column-quote p {
  border-top: 2px solid #662b14;
  border-bottom: 2px solid #662b14;
  font-size: 33px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0.5em 0;
  color: #662b14;
}
/* line 4629, ../sass/_base.scss */
.trm-three-column .trm-left-column-quote p:after {
  content: "" !important;
}
@media screen and (max-width: 780px) {
  /* line 4634, ../sass/_base.scss */
  .trm-three-column .trm-right-column-quote {
    margin: 0 1.5em 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 4634, ../sass/_base.scss */
  .trm-three-column .trm-right-column-quote {
    float: none;
    width: 100%;
    margin: 1.5em 0 1em;
  }
}
/* line 4643, ../sass/_base.scss */
.trm-three-column .trm-right-column-quote p {
  border-top: 2px solid #662b14;
  border-bottom: 2px solid #662b14;
  font-size: 33px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  margin: 0;
  padding: 0.5em 0;
  color: #662b14;
}
/* line 4652, ../sass/_base.scss */
.trm-three-column .trm-right-column-quote p:after {
  content: "" !important;
}
@media screen and (max-width: 768px) {
  /* line 4657, ../sass/_base.scss */
  .trm-three-column .trm-center-column-article-content {
    width: 100%;
    float: none;
  }
}
/* line 4662, ../sass/_base.scss */
.trm-three-column .trm-center-column-article-content ol, .trm-three-column .trm-center-column-article-content ul {
  padding: 0 0 0 16px;
}
/* line 4665, ../sass/_base.scss */
.trm-three-column .trm-center-column-article-content ol li a, .trm-three-column .trm-center-column-article-content ul li a {
  color: #c36e2c;
  text-decoration: none;
}
/* line 4671, ../sass/_base.scss */
.trm-three-column .trm-center-column-article-content p {
  margin: 1em 0;
}
/* line 4673, ../sass/_base.scss */
.trm-three-column .trm-center-column-article-content p:first-child {
  margin: 0 0 1em 0;
}
/* line 4676, ../sass/_base.scss */
.trm-three-column .trm-center-column-article-content p a {
  color: #c36e2c;
  text-decoration: none;
}
/* line 4688, ../sass/_base.scss */
.trm-three-column .trm-right-download-content {
  min-height: 1px;
}
@media screen and (max-width: 900px) {
  /* line 4688, ../sass/_base.scss */
  .trm-three-column .trm-right-download-content {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 4688, ../sass/_base.scss */
  .trm-three-column .trm-right-download-content {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* line 4699, ../sass/_base.scss */
.trm-three-column .trm-right-download-content a img {
  max-width: 203px;
  width: 100%;
}
/* line 4704, ../sass/_base.scss */
.trm-three-column .trm-right-download-content p {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  margin: 12px 0;
}
/* line 4709, ../sass/_base.scss */
.trm-three-column .trm-right-download-content p:after {
  content: "" !important;
}
/* line 4713, ../sass/_base.scss */
.trm-three-column .trm-right-download-content span, .trm-three-column .trm-right-download-content a.document-download-link {
  cursor: pointer;
  color: #c36e2c;
  text-decoration: none;
  font-size: 21px;
  vertical-align: middle;
}
/* line 4719, ../sass/_base.scss */
.trm-three-column .trm-right-download-content span:before, .trm-three-column .trm-right-download-content a.document-download-link:before {
  vertical-align: middle;
}
/* line 4722, ../sass/_base.scss */
.trm-three-column .trm-right-download-content span:after, .trm-three-column .trm-right-download-content a.document-download-link:after {
  color: inherit;
  content: " Print It";
  font-family: 'Gotham SSm A','Gotham SSm B', sans-serif;
  font-weight: 700;
  font-size: 15px;
  vertical-align: middle;
}
/* line 4730, ../sass/_base.scss */
.trm-three-column .trm-right-download-content span:hover, .trm-three-column .trm-right-download-content a.document-download-link:hover {
  text-decoration: none;
}
/* line 4734, ../sass/_base.scss */
.msie .trm-three-column .trm-right-download-content span:after, .msie .trm-three-column .trm-right-download-content a.document-download-link:after {
  content: " Download It";
}
/* line 4740, ../sass/_base.scss */
.trm-three-column .trm-right-featured-product {
  min-height: 1px;
}
@media screen and (max-width: 900px) {
  /* line 4740, ../sass/_base.scss */
  .trm-three-column .trm-right-featured-product {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 4740, ../sass/_base.scss */
  .trm-three-column .trm-right-featured-product {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* line 4750, ../sass/_base.scss */
.trm-three-column .trm-right-featured-product img {
  width: 100%;
}
/* line 4753, ../sass/_base.scss */
.trm-three-column .trm-right-featured-product p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  margin: 1em 0 0 0;
}
/* line 4759, ../sass/_base.scss */
.trm-three-column .trm-right-featured-product p:after {
  content: "" !important;
}
/* line 4762, ../sass/_base.scss */
.trm-three-column .trm-right-featured-product p a {
  color: #c36e2c;
}
/* line 4767, ../sass/_base.scss */
.trm-three-column + .trm-ppj-full-width-image {
  margin: 1em auto 1em;
}
/* line 4770, ../sass/_base.scss */
.trm-three-column + .trm-single-column-content {
  margin: 1em auto;
}
/* line 4773, ../sass/_base.scss */
.trm-three-column .trm-left-download-content {
  min-height: 1px;
}
@media screen and (max-width: 900px) {
  /* line 4773, ../sass/_base.scss */
  .trm-three-column .trm-left-download-content {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 4773, ../sass/_base.scss */
  .trm-three-column .trm-left-download-content {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* line 4784, ../sass/_base.scss */
.trm-three-column .trm-left-download-content a img {
  max-width: 203px;
  width: 100%;
}
/* line 4789, ../sass/_base.scss */
.trm-three-column .trm-left-download-content p {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  margin: 12px 0;
}
/* line 4794, ../sass/_base.scss */
.trm-three-column .trm-left-download-content p:after {
  content: "" !important;
}
/* line 4798, ../sass/_base.scss */
.trm-three-column .trm-left-download-content span {
  cursor: pointer;
  color: #c36e2c;
  text-decoration: none;
  font-size: 21px;
  vertical-align: middle;
}
/* line 4804, ../sass/_base.scss */
.trm-three-column .trm-left-download-content span:before {
  vertical-align: middle;
}
/* line 4807, ../sass/_base.scss */
.trm-three-column .trm-left-download-content span:after {
  color: inherit;
  content: " Print It";
  font-family: 'Gotham SSm A','Gotham SSm B', sans-serif;
  font-weight: 700;
  font-size: 15px;
  vertical-align: middle;
}
/* line 4815, ../sass/_base.scss */
.trm-three-column .trm-left-download-content span:hover {
  text-decoration: none;
}
/* line 4820, ../sass/_base.scss */
.trm-three-column .trm-left-featured-product {
  min-height: 1px;
}
@media screen and (max-width: 900px) {
  /* line 4820, ../sass/_base.scss */
  .trm-three-column .trm-left-featured-product {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 4820, ../sass/_base.scss */
  .trm-three-column .trm-left-featured-product {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* line 4830, ../sass/_base.scss */
.trm-three-column .trm-left-featured-product img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 4830, ../sass/_base.scss */
  .trm-three-column .trm-left-featured-product img {
    width: 100%;
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
}
/* line 4839, ../sass/_base.scss */
.trm-three-column .trm-left-featured-product p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  margin: 1em 0 0 0;
}
/* line 4845, ../sass/_base.scss */
.trm-three-column .trm-left-featured-product p:after {
  content: "" !important;
}
/* line 4848, ../sass/_base.scss */
.trm-three-column .trm-left-featured-product p a {
  color: #c36e2c;
}
/* line 4853, ../sass/_base.scss */
.trm-three-column + .trm-ppj-full-width-image {
  margin: 1em auto 0.5em;
}
/* line 4856, ../sass/_base.scss */
.trm-three-column + .trm-single-column-content {
  margin: 1em auto;
}
/* line 4859, ../sass/_base.scss */
.trm-three-column + .trm-recipe-container {
  margin: 1em auto;
}

/* line 4864, ../sass/_base.scss */
.trm-single-column-content {
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  /* line 4864, ../sass/_base.scss */
  .trm-single-column-content {
    width: 100%;
  }
}
/* line 4870, ../sass/_base.scss */
.trm-single-column-content ol, .trm-single-column-content ul {
  padding: 0 0 0 16px;
}
/* line 4873, ../sass/_base.scss */
.trm-single-column-content ol li a, .trm-single-column-content ul li a {
  color: #c36e2c;
  text-decoration: none;
}
/* line 4879, ../sass/_base.scss */
.trm-single-column-content p {
  margin: 1em 0;
}
/* line 4881, ../sass/_base.scss */
.trm-single-column-content p:first-child {
  margin: 0 0 1em 0;
}
/* line 4884, ../sass/_base.scss */
.trm-single-column-content p a {
  color: #c36e2c;
  text-decoration: none;
}
/* line 4889, ../sass/_base.scss */
.trm-single-column-content + .trm-ppj-full-width-image {
  margin: 1em auto;
}
/* line 4892, ../sass/_base.scss */
.trm-single-column-content + .trm-three-column {
  margin: 1em auto;
}
/* line 4895, ../sass/_base.scss */
.trm-single-column-content + .trm-recipe-container {
  margin: 1em auto;
}

/* line 4900, ../sass/_base.scss */
.trm-ppj-full-width-image {
  width: 100%;
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  /* line 4900, ../sass/_base.scss */
  .trm-ppj-full-width-image {
    margin: 0 0 1em 0;
  }
}
/* line 4906, ../sass/_base.scss */
.trm-ppj-full-width-image + .trm-ppj-full-width-image, .trm-ppj-full-width-image + .trm-recipe-container {
  margin: 1em auto 1em;
}

/* line 4910, ../sass/_base.scss */
.trm-image-content {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  /* line 4910, ../sass/_base.scss */
  .trm-image-content {
    margin: 0 0 0 0;
  }
}
/* line 4915, ../sass/_base.scss */
.trm-image-content p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  color: #662b14;
  font-size: 14px;
  line-height: 22px;
  margin: -0.75em 0 1em 0;
}

/* line 4925, ../sass/_base.scss */
.trm-split-image-container {
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  /* line 4925, ../sass/_base.scss */
  .trm-split-image-container {
    margin: 1em auto;
  }
}
/* line 4930, ../sass/_base.scss */
.trm-split-image-container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4935, ../sass/_base.scss */
.trm-split-image-container .trm-image-content {
  width: 49%;
  float: right;
}
/* line 4938, ../sass/_base.scss */
.trm-split-image-container .trm-image-content:first-child {
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 4935, ../sass/_base.scss */
  .trm-split-image-container .trm-image-content {
    float: none;
    width: 100%;
    margin: 1em auto;
  }
}
/* line 4946, ../sass/_base.scss */
.trm-split-image-container .trm-image-content img {
  width: 100%;
  display: block;
  margin: 0 0 1em 0;
}
/* line 4951, ../sass/_base.scss */
.trm-split-image-container .trm-image-content p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  color: #662b14;
  font-size: 14px;
  line-height: 22px;
  margin: -0.75em 0 1em 0;
}

/* line 4963, ../sass/_base.scss */
.trm-pull-quote {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #662b14;
  border-bottom: 2px solid #662b14;
  width: 25%;
}
/* line 4965, ../sass/_base.scss */
.trm-pull-quote p {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  margin: 0.25em 0;
}

/* line 4973, ../sass/_base.scss */
.trm-article-product img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
/* line 4978, ../sass/_base.scss */
.trm-article-product p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  max-width: 80%;
  margin: 1.25em auto 0;
}
/* line 4985, ../sass/_base.scss */
.trm-article-product p a {
  color: #c36e2c;
}

/* line 4991, ../sass/_base.scss */
.trm-article-end--social-sharing {
  margin: 3em 0 0 0;
}
@media screen and (max-width: 510px) {
  /* line 4995, ../sass/_base.scss */
  .trm-article-end--social-sharing ul li {
    display: block;
  }
}
/* line 5000, ../sass/_base.scss */
.trm-article-end--social-sharing ul {
  list-style-type: none;
  margin: 0 0 2em 0;
  text-align: center;
  padding: 0;
}
/* line 5005, ../sass/_base.scss */
.trm-article-end--social-sharing ul li {
  display: inline-block;
  margin: 0 0.5em;
}
@media screen and (max-width: 510px) {
  /* line 5005, ../sass/_base.scss */
  .trm-article-end--social-sharing ul li {
    font-size: 10px;
    margin: 1em;
  }
}
/* line 5014, ../sass/_base.scss */
.trm-article-end--social-sharing ul li:first-child {
  margin: 0 0.5em 0 0;
}
/* line 5017, ../sass/_base.scss */
.trm-article-end--social-sharing ul li:last-child {
  margin: 0 0 0 0.5em;
}
/* line 5020, ../sass/_base.scss */
.trm-article-end--social-sharing ul li a {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  color: #c36e2c;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer img;
  cursor-width: 75%;
  cursor-width: 20px;
  cursor-cursor: pointer;
}

/* line 5037, ../sass/_base.scss */
#print-recipe {
  display: none;
  visibility: hidden;
}

/* line 5042, ../sass/_base.scss */
.trm-recipe-container {
  background: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 320px) {
  /* line 5042, ../sass/_base.scss */
  .trm-recipe-container {
    padding: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 5042, ../sass/_base.scss */
  .trm-recipe-container {
    padding: 15px;
  }
}
/* line 5051, ../sass/_base.scss */
.trm-recipe-container + .trm-single-column-content, .trm-recipe-container + .trm-ppj-full-width-image, .trm-recipe-container + .trm-split-image-container, .trm-recipe-container + .trm-three-column {
  margin: 1.5em auto;
}
/* line 5054, ../sass/_base.scss */
.trm-recipe-container > table {
  width: 100%;
  border: 2px solid #662b14;
  margin: 0;
}
/* line 5060, ../sass/_base.scss */
.trm-recipe-container table, .trm-recipe-container tbody, .trm-recipe-container td, .trm-recipe-container tr {
  display: block;
}
/* line 5064, ../sass/_base.scss */
.trm-recipe-container table {
  border-collapse: collapse;
}
/* line 5066, ../sass/_base.scss */
.trm-recipe-container table td {
  padding: 0;
  margin: 0;
  border: none;
  border-collapse: collapse;
}
/* line 5071, ../sass/_base.scss */
.trm-recipe-container table td.trm-recipe-copy-left {
  width: 55%;
  vertical-align: top;
  float: left;
  padding: 30px;
}
@media screen and (max-width: 320px) {
  /* line 5071, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-copy-left {
    padding: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 5071, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-copy-left {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 5071, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-copy-left {
    width: 100%;
    float: none;
  }
}
@media print {
  /* line 5071, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-copy-left {
    width: 100% !important;
    float: none;
  }
}
/* line 5091, ../sass/_base.scss */
.trm-recipe-container table td.trm-recipe-image-right {
  background-size: cover;
  background-position: center center;
  width: 45%;
  vertical-align: top;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 5091, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-image-right {
    width: 100%;
    float: none;
  }
}
@media print {
  /* line 5091, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-image-right {
    width: 100%;
    float: none;
  }
}
/* line 5110, ../sass/_base.scss */
.trm-recipe-container table td.trm-recipe-title h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: #662b14;
  line-height: 1;
  margin: 0 0 0.5em 0;
}
/* line 5117, ../sass/_base.scss */
.trm-recipe-container table td.trm-recipe-title h2 > span {
  font-size: 0.6em;
  cursor: pointer;
  color: #c36e2c;
  vertical-align: middle;
  padding: 0 0 0 1em;
}
/* line 5123, ../sass/_base.scss */
.trm-recipe-container table td.trm-recipe-title h2 > span:after {
  content: "Print It";
  color: inherit;
  font-family: 'Gotham SSm A','Gotham SSm B', sans-serif;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -6px;
  display: inline-block;
}
@media screen and (max-width: 320px) {
  /* line 5110, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-title h2 {
    font-size: 24px;
  }
  /* line 5136, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-title h2 > span {
    font-size: 0.8em;
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 5144, ../sass/_base.scss */
  .trm-recipe-container table td.trm-recipe-title h2 > span {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }
}
/* line 5153, ../sass/_base.scss */
.trm-recipe-container table td.trm-recipe-description p {
  font-size: 14px;
  margin: 1em 0;
}
/* line 5159, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-title-row {
  border-bottom: 2px solid #662b14;
}
/* line 5163, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-nutrition-info td {
  display: inline-block;
  margin: 0 2em 0 0;
}
@media screen and (max-width: 768px) {
  /* line 5163, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-nutrition-info td {
    margin: 1em 0;
    display: block;
  }
  /* line 5176, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-nutrition-info td:first-child, .trm-recipe-container table .trm-recipe-nutrition-info td:last-child {
    margin: 1em 0;
  }
}
/* line 5180, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-nutrition-info td p {
  font-size: 12px;
  margin: 0 0 12px;
}
/* line 5183, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-nutrition-info td p span {
  font-weight: 700;
  color: #662b14;
}
/* line 5190, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details {
  padding: 30px;
}
@media screen and (max-width: 320px) {
  /* line 5190, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-details {
    padding: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 5190, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-details {
    padding: 15px;
  }
}
/* line 5198, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details h1, .trm-recipe-container table .trm-recipe-details h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #662b14;
}
/* line 5204, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details h3, .trm-recipe-container table .trm-recipe-details h4, .trm-recipe-container table .trm-recipe-details h5, .trm-recipe-container table .trm-recipe-details h6 {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-weight: 700;
  color: #662b14;
  font-size: 14px;
  margin: 0 0 0.5em 0;
}
/* line 5211, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details p, .trm-recipe-container table .trm-recipe-details ul, .trm-recipe-container table .trm-recipe-details ol, .trm-recipe-container table .trm-recipe-details li, .trm-recipe-container table .trm-recipe-details a {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
/* line 5216, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details ul, .trm-recipe-container table .trm-recipe-details ol {
  margin: 0;
  padding: 0 0 0 20px;
}
/* line 5220, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details a {
  color: #c36e2c;
}
/* line 5223, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details .trm-recipe-details-left {
  width: 48%;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 5223, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-details .trm-recipe-details-left {
    width: 100%;
    float: none;
  }
}
@media print {
  /* line 5223, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-details .trm-recipe-details-left {
    width: 100%;
    float: none;
  }
}
/* line 5235, ../sass/_base.scss */
.trm-recipe-container table .trm-recipe-details .trm-recipe-details-right {
  width: 48%;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 5235, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-details .trm-recipe-details-right {
    width: 100%;
    float: none;
  }
}
@media print {
  /* line 5235, ../sass/_base.scss */
  .trm-recipe-container table .trm-recipe-details .trm-recipe-details-right {
    width: 100%;
    float: none;
  }
}

/* line 5251, ../sass/_base.scss */
.trm-legacy-random-articles, .trm-selected-articles {
  margin: 0 0 4em 0;
}

/* line 5255, ../sass/_base.scss */
::-webkit-input-placeholder {
  font-style: italic;
}

/* line 5256, ../sass/_base.scss */
:-moz-placeholder {
  font-style: italic;
}

/* line 5257, ../sass/_base.scss */
::-moz-placholder {
  font-style: italic;
}

/* line 5258, ../sass/_base.scss */
::-ms-input-placeholder {
  font-style: italic;
}

/* line 5259, ../sass/_base.scss */
::input-placeholder {
  font-style: italic;
}

/* Home Refresh */
/* line 5265, ../sass/_base.scss */
.tm-callout {
  position: relative;
  margin: 0 0 12px 0;
}
/* line 5268, ../sass/_base.scss */
.tm-callout.full-width {
  height: 100vh;
  min-height: 537px;
}
@media screen and (max-width: 768px) {
  /* line 5268, ../sass/_base.scss */
  .tm-callout.full-width {
    max-height: 537px;
  }
}
/* line 5274, ../sass/_base.scss */
.tm-callout.full-width.width-90 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
/* line 5279, ../sass/_base.scss */
.tm-callout.full-width .tm-callout-content {
  padding: 13% 12%;
}
@media screen and (max-width: 520px) {
  /* line 5279, ../sass/_base.scss */
  .tm-callout.full-width .tm-callout-content {
    padding: 42% 8%;
  }
}
/* line 5285, ../sass/_base.scss */
.tm-callout.full-width .tm-callout-content h2 + p {
  width: 50%;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 5285, ../sass/_base.scss */
  .tm-callout.full-width .tm-callout-content h2 + p {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  /* line 5285, ../sass/_base.scss */
  .tm-callout.full-width .tm-callout-content h2 + p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 5296, ../sass/_base.scss */
  .tm-callout.full-width.two-column {
    max-height: 100vh;
  }
}
/* line 5300, ../sass/_base.scss */
.tm-callout.full-width.two-column .tm-callout-content-column {
  width: 49%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 5300, ../sass/_base.scss */
  .tm-callout.full-width.two-column .tm-callout-content-column {
    width: 100%;
    display: block;
  }
  /* line 5306, ../sass/_base.scss */
  .tm-callout.full-width.two-column .tm-callout-content-column:first-child {
    margin: 0 0 3em 0;
  }
}
/* line 5311, ../sass/_base.scss */
.tm-callout.full-width.two-column .tm-callout-content-column h2 + p {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-weight: 300;
  margin: 0 0 1em 0;
}
/* line 5320, ../sass/_base.scss */
.tm-callout.full-width.two-column .tm-callout-content-column h3 {
  color: #ffffff;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
/* line 5333, ../sass/_base.scss */
.tm-callout.full-width.two-column .tm-callout-content-column p {
  width: 100%;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  color: #ffffff;
  margin: 0.25em 0 0.75em 0;
}
/* line 5344, ../sass/_base.scss */
.tm-callout.half-width {
  width: 49.5%;
  height: 100vh;
  max-height: 537px;
  float: left;
}
/* line 5348, ../sass/_base.scss */
.tm-callout.half-width .tm-callout-content {
  padding: 28% 15%;
}
@media screen and (max-width: 768px) {
  /* line 5348, ../sass/_base.scss */
  .tm-callout.half-width .tm-callout-content {
    padding: 42% 8%;
  }
}
/* line 5355, ../sass/_base.scss */
.tm-callout.half-width + .tm-callout.half-width {
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 5344, ../sass/_base.scss */
  .tm-callout.half-width {
    float: none;
    width: 100%;
  }
  /* line 5361, ../sass/_base.scss */
  .tm-callout.half-width + .tm-callout.half-width {
    float: none;
  }
}
/* line 5366, ../sass/_base.scss */
.tm-callout .tm-callout-overlay {
  background-color: rgba(82, 45, 29, 0.6);
  background: -moz-linear-gradient(left, rgba(82, 45, 29, 0.6) 100%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-gradient(left top, right top, color-stop(100%, rgba(82, 45, 29, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(left, rgba(82, 45, 29, 0.6) 100%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(82, 45, 29, 0.6) 100%, rgba(0, 0, 0, 0.2) 100%);
  background: -ms-linear-gradient(left, rgba(82, 45, 29, 0.6) 100%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(82, 45, 29, 0.6) 100%, rgba(0, 0, 0, 0.2) 100%);
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 5366, ../sass/_base.scss */
  .tm-callout .tm-callout-overlay {
    background-color: rgba(82, 45, 29, 0.8);
    background: -moz-linear-gradient(left, rgba(82, 45, 29, 0.8) 100%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left top, right top, color-stop(100%, rgba(82, 45, 29, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(left, rgba(82, 45, 29, 0.8) 100%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(left, rgba(82, 45, 29, 0.8) 100%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(left, rgba(82, 45, 29, 0.8) 100%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(82, 45, 29, 0.8) 100%, rgba(0, 0, 0, 0.4) 100%);
  }
}
/* line 5387, ../sass/_base.scss */
.tm-callout .tm-callout-overlay .tm-callout-content {
  height: inherit;
  max-height: inherit;
}
/* line 5390, ../sass/_base.scss */
.full-width .tm-callout .tm-callout-overlay .tm-callout-content {
  padding: 15% 12%;
}
/* line 5393, ../sass/_base.scss */
.half-width .tm-callout .tm-callout-overlay .tm-callout-content {
  padding: 22.5% 12%;
}
/* line 5398, ../sass/_base.scss */
.tm-callout h2 {
  font-size: 55px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 0.25em 0;
}
@media screen and (max-width: 520px) {
  /* line 5398, ../sass/_base.scss */
  .tm-callout h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 480px) {
  /* line 5398, ../sass/_base.scss */
  .tm-callout h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 400px) {
  /* line 5398, ../sass/_base.scss */
  .tm-callout h2 {
    font-size: 36px;
  }
}
/* line 5413, ../sass/_base.scss */
.tm-callout h2:after {
  display: block;
  width: 170px;
  margin-top: 12px;
  border-bottom: 3px solid #ffffff;
  content: "";
}
/* line 5420, ../sass/_base.scss */
.tm-callout h2 + p {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-weight: 300;
  margin: 0 0 1em 0;
}
/* line 5427, ../sass/_base.scss */
.tm-callout h2 + p + .tm-callout-button {
  background: #c36e2c;
  display: inline-block;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: .75em 1.5em;
  transition: background 0.3s ease-in-out;
}
/* line 5438, ../sass/_base.scss */
.tm-callout h2 + p + .tm-callout-button:hover {
  text-decoration: none;
  background: #662b14;
}

/* line 5447, ../sass/_base.scss */
.tm-tab-panels-container {
  position: relative;
}
/* line 5450, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels .slick-slide {
  cursor: default;
}
/* line 5454, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container {
  position: absolute;
  z-index: 100;
  width: 100%;
}
/* line 5458, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container.no-copy {
  bottom: -10.5%;
}
/* line 5461, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container.has-copy {
  bottom: -18.5%;
}
/* line 5465, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls-product-container.one-product {
  width: 170px;
}
/* line 5468, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls-product-container.two-products {
  width: 320px;
}
@media screen and (max-width: 520px) {
  /* line 5468, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls-product-container.two-products {
    width: 100%;
  }
}
/* line 5474, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls-product-container.three-products {
  width: 480px;
}
@media screen and (max-width: 520px) {
  /* line 5474, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls-product-container.three-products {
    width: 100%;
  }
}
/* line 5480, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls-product-container.four-products {
  width: 610px;
}
@media screen and (max-width: 520px) {
  /* line 5480, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls-product-container.four-products {
    width: 100%;
  }
}
/* line 5490, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls {
  text-align: center;
  margin: 0 0 3.5em 0;
}
/* line 5494, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide img {
  margin: 0 1.5em;
  transform: scale(1) translateY(24px);
  max-width: 110px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 520px) {
  /* line 5494, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide img {
    transition: none;
  }
}
/* line 5503, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide img:hover {
  transform: scale(1);
  max-width: 130px;
}
@media screen and (max-width: 520px) {
  /* line 5503, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide img:hover {
    transform: scale(1) translateY(24px);
    max-width: 90px;
  }
}
/* line 5513, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide.slick-current img {
  transform: scale(1);
  max-width: 130px;
}
@media screen and (max-width: 520px) {
  /* line 5493, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide {
    padding: 0 3em;
  }
  /* line 5520, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide img {
    transform: scale(1) translateY(24px);
    max-width: 90px;
  }
  /* line 5525, ../sass/_base.scss */
  .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls .slick-slide.slick-current img {
    transform: scale(1);
    max-width: 110px;
  }
}
/* line 5532, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls ul {
  list-style-type: none;
}
/* line 5534, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls ul li {
  display: inline-block;
  margin: 1.5em;
}
/* line 5537, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls ul li:first-child {
  margin: 0 1.5em 0 0;
}
/* line 5540, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls ul li:last-child {
  margin: 0 0 0 1.5em;
}
/* line 5546, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls a:focus {
  outline: none;
}
/* line 5549, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls a img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  max-width: 110px;
}
/* line 5555, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls a:hover img, .tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-panel-controls a.current img {
  transform: scale(1);
  max-width: 130px;
}
/* line 5562, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-controls-copy {
  margin: -2em 0 2em 0;
}
/* line 5564, ../sass/_base.scss */
.tm-tab-panels-container .tm-tab-panels-controls-container .tm-tab-controls-copy p {
  color: #662b14;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0em 0 1em;
}
/* line 5575, ../sass/_base.scss */
.tm-tab-panels-container + .tm-callout {
  margin: 11em 0 12px 0;
}
/* line 5578, ../sass/_base.scss */
.tm-tab-panels-container + .tm-callout-wrapper {
  padding: 11em 0 12px 0;
  background-image: url("../img/home-refresh-ppj-bg-top.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 5578, ../sass/_base.scss */
  .tm-tab-panels-container + .tm-callout-wrapper {
    background-size: auto;
  }
}

/* line 5589, ../sass/_base.scss */
.slick-arrow {
  position: absolute;
  z-index: 300;
  cursor: pointer;
  top: 50%;
}
/* line 5594, ../sass/_base.scss */
.slick-arrow.slick-prev {
  left: 25%;
}
/* line 5597, ../sass/_base.scss */
.slick-arrow.slick-next {
  right: 25%;
}

/* line 5602, ../sass/_base.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 5605, ../sass/_base.scss */
.tab-content > .active {
  display: block;
}

/* line 5610, ../sass/_base.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/* line 5615, ../sass/_base.scss */
.fade.in {
  opacity: 1;
}

/* line 5620, ../sass/_base.scss */
.featured-product-control, .slick-slide {
  outline: none !important;
  cursor: pointer;
}

/* line 5624, ../sass/_base.scss */
.tm-callout-button {
  background: #c36e2c;
  display: inline-block;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: .75em 1.5em;
  transition: background 0.3s ease-in-out;
}
/* line 5635, ../sass/_base.scss */
.tm-callout-button:hover {
  text-decoration: none;
  background: #662b14;
}

/* line 5640, ../sass/_base.scss */
.tm-home-callout {
  background: #522d1d;
  background: -moz-linear-gradient(left, #522d1d 0%, rgba(82, 45, 29, 0.6) 40%, transparent 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #522d1d), color-stop(40%, rgba(82, 45, 29, 0.6)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, #522d1d 0%, rgba(82, 45, 29, 0.6) 40%, transparent 100%);
  background: -o-linear-gradient(left, #522d1d 0%, rgba(82, 45, 29, 0.6) 40%, transparent 100%);
  background: -ms-linear-gradient(left, #522d1d 0%, rgba(82, 45, 29, 0.6) 40%, transparent 100%);
  background: linear-gradient(to right, #522d1d 0%, rgba(82, 45, 29, 0.6) 40%, transparent 100%);
}

/* line 5650, ../sass/_base.scss */
.tm-home-ppj-container {
  background-image: url("../img/home-refresh-ppj-bg.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 10em 0 5em;
}
@media screen and (max-width: 768px) {
  /* line 5650, ../sass/_base.scss */
  .tm-home-ppj-container {
    background-size: auto;
    background-repeat: repeat;
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* line 5663, ../sass/_base.scss */
.tm-aag-ppj-container {
  padding: 10em 0 5em;
}
@media screen and (max-width: 768px) {
  /* line 5663, ../sass/_base.scss */
  .tm-aag-ppj-container {
    background-size: auto;
    background-repeat: repeat;
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* line 5672, ../sass/_base.scss */
.tm-home-featured-ppj, .tm-aag-featured-ppj {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  /* line 5672, ../sass/_base.scss */
  .tm-home-featured-ppj, .tm-aag-featured-ppj {
    max-width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1070px) {
  /* line 5672, ../sass/_base.scss */
  .tm-home-featured-ppj, .tm-aag-featured-ppj {
    padding: 0 2em;
  }
}
/* line 5682, ../sass/_base.scss */
.tm-home-featured-ppj .tm-aag-ppj-info, .tm-aag-featured-ppj .tm-aag-ppj-info {
  margin: 0 0 1% 0;
}
@media screen and (max-width: 768px) {
  /* line 5682, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-aag-ppj-info, .tm-aag-featured-ppj .tm-aag-ppj-info {
    margin: 0 0 1em 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 5687, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-aag-ppj-info .tm-aag-ppj-info-button-wrapper, .tm-aag-featured-ppj .tm-aag-ppj-info .tm-aag-ppj-info-button-wrapper {
    text-align: center;
  }
}
/* line 5693, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info, .tm-home-featured-ppj .tm-aag-ppj-info, .tm-aag-featured-ppj .tm-home-ppj-info, .tm-aag-featured-ppj .tm-aag-ppj-info {
  float: left;
  width: 33%;
}
/* line 5696, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info h2, .tm-home-featured-ppj .tm-aag-ppj-info h2, .tm-aag-featured-ppj .tm-home-ppj-info h2, .tm-aag-featured-ppj .tm-aag-ppj-info h2 {
  font-size: 48px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  color: #522d1d;
  line-height: 1;
  margin: 0 0 0.25em 0;
}
/* line 5702, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info h2:after, .tm-home-featured-ppj .tm-aag-ppj-info h2:after, .tm-aag-featured-ppj .tm-home-ppj-info h2:after, .tm-aag-featured-ppj .tm-aag-ppj-info h2:after {
  display: block;
  width: 170px;
  margin-top: 12px;
  border-bottom: 3px solid #522d1d;
  content: "";
}
/* line 5709, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info h2 + p, .tm-home-featured-ppj .tm-aag-ppj-info h2 + p, .tm-aag-featured-ppj .tm-home-ppj-info h2 + p, .tm-aag-featured-ppj .tm-aag-ppj-info h2 + p {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 14px;
  color: #662b14;
  font-weight: 400;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  /* line 5693, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info, .tm-home-featured-ppj .tm-aag-ppj-info, .tm-aag-featured-ppj .tm-home-ppj-info, .tm-aag-featured-ppj .tm-aag-ppj-info {
    float: none;
    width: 100%;
  }
}
/* line 5721, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 5721, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav {
    margin: 0 auto 1em;
  }
}
/* line 5728, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav:focus, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav:focus, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav:focus, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav:focus {
  outline: none;
}
/* line 5731, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav *:focus, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav *:focus, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav *:focus, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav *:focus {
  outline: none;
}
/* line 5734, ../sass/_base.scss */
.single .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .single .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav, .single .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .single .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav {
  margin: 6em auto 2em;
}
@media screen and (max-width: 768px) {
  /* line 5734, ../sass/_base.scss */
  .single .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .single .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav, .single .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .single .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav {
    margin: 5em auto 2em;
  }
}
/* line 5740, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav span, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav span, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav span, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav span {
  display: none;
}
/* line 5743, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 5748, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li {
  display: inline-block;
  margin: 0 1.5%;
}
@media screen and (max-width: 970px) {
  /* line 5748, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li {
    margin: 0 1.2%;
  }
}
@media screen and (max-width: 835px) {
  /* line 5748, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li {
    margin: 0 1%;
  }
}
/* line 5757, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child {
  margin: 0 1.5% 0 0;
}
@media screen and (max-width: 970px) {
  /* line 5757, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child {
    margin: 0 1.2% 0 0;
  }
}
@media screen and (max-width: 835px) {
  /* line 5757, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child {
    margin: 0 1% 0 0;
  }
}
/* line 5766, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child {
  margin: 0 0 0 1.5%;
}
@media screen and (max-width: 970px) {
  /* line 5766, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child {
    margin: 0 0 0 1.2%;
  }
}
@media screen and (max-width: 835px) {
  /* line 5766, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child {
    margin: 0 0 0 1%;
  }
}
/* line 5775, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a {
  text-decoration: none;
  font-size: 16px;
  padding: 0.5em 0.75em;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #c36e2c;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media screen and (max-width: 960px) {
  /* line 5775, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a {
    font-size: 15px;
    padding: 0.5em 0.6em;
  }
}
@media screen and (max-width: 835px) {
  /* line 5775, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a {
    padding: 0.5em 0.4em;
  }
}
@media screen and (max-width: 768px) {
  /* line 5775, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a {
    font-size: 18px;
  }
}
/* line 5795, ../sass/_base.scss */
.tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a:hover, .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a.trm-current-page, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a:hover, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a.trm-current-page, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a:hover, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a.trm-current-page, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a:hover, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a.trm-current-page {
  background-color: #c36e2c;
  color: #ffffff;
}
@media screen and (min-width: 320px) {
  /* line 5721, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto 1em;
    background: #c36e2c;
    outline: none;
    color: #ffffff;
    padding: 10px;
    z-index: 8000;
    cursor: pointer;
  }
  /* line 5813, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav:after, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav:after, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav:after, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 45%;
    border-top: solid 6px #ffffff;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px transparent;
  }
  /* line 5826, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav.active:after, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav.active:after, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav.active:after, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav.active:after {
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px #ffffff;
    border-left: solid 6px transparent;
    top: 32%;
  }
  /* line 5833, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav.active ul, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav.active ul, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav.active ul, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav.active ul {
    background: #c36e2c;
    opacity: 1;
    pointer-events: all;
  }
  /* line 5839, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav.active ul li a:hover, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav.active ul li a:hover, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav.active ul li a:hover, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav.active ul li a:hover {
    background: #7F3210;
  }
  /* line 5846, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav span, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav span, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav span, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav span {
    font-size: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    text-transform: uppercase;
    display: block;
  }
  /* line 5852, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul {
    position: absolute;
    z-index: 8000;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }
  /* line 5860, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li {
    display: block;
    margin: 0;
    position: relative;
    z-index: 8000;
  }
  /* line 5865, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li:last-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:first-child, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li:last-child {
    margin: 0;
  }
  /* line 5868, ../sass/_base.scss */
  .tm-home-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-home-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-home-ppj-info .trm-ppj-nav ul li a, .tm-aag-featured-ppj .tm-aag-ppj-info .trm-ppj-nav ul li a {
    position: relative;
    z-index: 8000;
    display: block;
    color: #ffffff;
  }
}
/* line 5880, ../sass/_base.scss */
.tm-home-featured-ppj .mainboxes.twothirds, .tm-aag-featured-ppj .mainboxes.twothirds {
  margin-right: 0;
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  /* line 5880, ../sass/_base.scss */
  .tm-home-featured-ppj .mainboxes.twothirds, .tm-aag-featured-ppj .mainboxes.twothirds {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
/* line 5888, ../sass/_base.scss */
.tm-home-featured-ppj .mainboxes.half, .tm-aag-featured-ppj .mainboxes.half {
  margin: 0;
}
/* line 5890, ../sass/_base.scss */
.tm-home-featured-ppj .mainboxes.half.first, .tm-aag-featured-ppj .mainboxes.half.first {
  margin: 0 0.5% 1% 0;
}
@media screen and (max-width: 768px) {
  /* line 5890, ../sass/_base.scss */
  .tm-home-featured-ppj .mainboxes.half.first, .tm-aag-featured-ppj .mainboxes.half.first {
    margin: 0 0 1em 0;
  }
}
/* line 5896, ../sass/_base.scss */
.tm-home-featured-ppj .mainboxes.half.last, .tm-aag-featured-ppj .mainboxes.half.last {
  margin: 0 0 1% 0.5%;
}
@media screen and (max-width: 768px) {
  /* line 5896, ../sass/_base.scss */
  .tm-home-featured-ppj .mainboxes.half.last, .tm-aag-featured-ppj .mainboxes.half.last {
    margin: 0 0 1em 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 5888, ../sass/_base.scss */
  .tm-home-featured-ppj .mainboxes.half, .tm-aag-featured-ppj .mainboxes.half {
    margin: 0 0 1% 0;
  }
}

/* line 5917, ../sass/_base.scss */
.tm-inline-hero img {
  width: 100%;
}
/* line 5920, ../sass/_base.scss */
.tm-inline-hero + .tm-aag-row-content {
  margin: 3em auto 5em;
}

/* line 5925, ../sass/_base.scss */
.tm-wide-copy-section {
  padding: 3em 0 2em;
  margin: 0 auto;
}
/* line 5928, ../sass/_base.scss */
.tm-wide-copy-section h1 {
  color: #522d1d;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 480px) {
  /* line 5928, ../sass/_base.scss */
  .tm-wide-copy-section h1 {
    font-size: 38px;
  }
}
/* line 5940, ../sass/_base.scss */
.tm-wide-copy-section .tm-wide-copy-section-content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
/* line 5944, ../sass/_base.scss */
.tm-wide-copy-section .tm-wide-copy-section-content p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 1em;
}
/* line 5949, ../sass/_base.scss */
.tm-wide-copy-section .tm-wide-copy-section-content p img {
  width: 100%;
  max-width: 1024px;
}
/* line 5955, ../sass/_base.scss */
.tm-wide-copy-section .tm-wide-copy-section-content img {
  width: 100%;
  max-width: 1024px;
}

/* line 5962, ../sass/_base.scss */
.tm-aag-row-content {
  width: 100%;
  max-width: 1024px;
  padding: 0 1em;
  margin: 0 auto 5em;
}
/* line 5967, ../sass/_base.scss */
.tm-aag-row-content + .tm-wide-copy-section {
  padding: 0 0 2em 0;
  margin: -1em auto 0;
}
/* line 5971, ../sass/_base.scss */
.tm-aag-row-content.last-child {
  margin: 0 auto;
}
/* line 5975, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-row-context {
  width: 30%;
  float: left;
  padding: 0 2% 0 0;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  /* line 5975, ../sass/_base.scss */
  .tm-aag-row-content.tm-video-row .tm-video-row-context {
    width: 100%;
    float: none;
  }
}
/* line 5983, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-row-context p {
  /*a{
  	color: #c36e2c;
  	text-decoration: none;
  	transition: all 0.3s ease-in-out;
  	&:hover{
  		color: #522d1d;
  	}
  }*/
}
/* line 5994, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-still-image {
  width: 68%;
  margin: 0 0 0 2%;
  float: left;
}
/* line 5998, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-still-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 5994, ../sass/_base.scss */
  .tm-aag-row-content.tm-video-row .tm-still-image {
    float: none;
    margin: 1em 0;
    width: 100%;
  }
}
/* line 6007, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-embed {
  width: 68%;
  margin: 0 0 0 2%;
  float: left;
  position: relative;
}
/* line 6014, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-embed .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
/* line 6022, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-embed .embed-container iframe, .tm-aag-row-content.tm-video-row .tm-video-embed .embed-container object, .tm-aag-row-content.tm-video-row .tm-video-embed .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 6029, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-embed .cover {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
/* line 6035, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-embed .cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/play-button.png") center center no-repeat;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}
/* line 6045, ../sass/_base.scss */
.tm-aag-row-content.tm-video-row .tm-video-embed .cover img {
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  /* line 6007, ../sass/_base.scss */
  .tm-aag-row-content.tm-video-row .tm-video-embed {
    width: 63%;
    margin: 0 0 0 7%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  /* line 6007, ../sass/_base.scss */
  .tm-aag-row-content.tm-video-row .tm-video-embed {
    width: 100%;
    float: none;
    margin: 1em 0 0 0;
  }
}
/* line 6063, ../sass/_base.scss */
.tm-aag-row-content.dashed-heading h2 {
  font-size: 48px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  color: #522d1d;
  line-height: 1;
  margin: 0 0 0.25em 0;
}
/* line 6070, ../sass/_base.scss */
.tm-aag-row-content.dashed-heading h2:after {
  display: block;
  width: 170px;
  margin-top: 12px;
  border-bottom: 3px solid #522d1d;
  content: "";
}
@media screen and (max-width: 480px) {
  /* line 6063, ../sass/_base.scss */
  .tm-aag-row-content.dashed-heading h2 {
    font-size: 38px;
  }
}
/* line 6082, ../sass/_base.scss */
.tm-aag-row-content h2 {
  font-size: 48px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  color: #522d1d;
  line-height: 1;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 480px) {
  /* line 6082, ../sass/_base.scss */
  .tm-aag-row-content h2 {
    font-size: 38px;
  }
}
/* line 6093, ../sass/_base.scss */
.tm-aag-row-content p {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 14px;
  color: #662b14;
  font-weight: 400;
  margin: 0 0 1em 0;
}
/* line 6099, ../sass/_base.scss */
.tm-aag-row-content p a {
  color: #c36e2c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
/* line 6103, ../sass/_base.scss */
.tm-aag-row-content p a:hover {
  color: #522d1d;
}
/* line 6107, ../sass/_base.scss */
.tm-aag-row-content p + .tm-aag-row-button {
  margin: 1em 0 1em 0;
}
/* line 6115, ../sass/_base.scss */
.tm-aag-row-content.tm-aag-small-column-row .tm-aag-image-column {
  float: left;
  width: 20%;
  max-width: 100px;
}
/* line 6119, ../sass/_base.scss */
.tm-aag-row-content.tm-aag-small-column-row .tm-aag-image-column img {
  width: 100%;
  max-width: 100px;
  display: inline-block;
}
/* line 6123, ../sass/_base.scss */
.tm-aag-row-content.tm-aag-small-column-row .tm-aag-image-column img + img {
  margin: 2em 0 0 0;
}
@media screen and (max-width: 480px) {
  /* line 6115, ../sass/_base.scss */
  .tm-aag-row-content.tm-aag-small-column-row .tm-aag-image-column {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  /* line 6132, ../sass/_base.scss */
  .tm-aag-row-content.tm-aag-small-column-row .tm-aag-image-column.right {
    margin: 2em 0 0 0;
  }
  /* line 6135, ../sass/_base.scss */
  .tm-aag-row-content.tm-aag-small-column-row .tm-aag-image-column img {
    margin: 0 2em 2em;
  }
  /* line 6137, ../sass/_base.scss */
  .tm-aag-row-content.tm-aag-small-column-row .tm-aag-image-column img + img {
    margin: 0 2em 2em;
  }
}
/* line 6143, ../sass/_base.scss */
.tm-aag-row-content.tm-aag-small-column-row .tm-aag-copy-column {
  float: left;
  width: 80%;
}
/* line 6146, ../sass/_base.scss */
.tm-aag-row-content.tm-aag-small-column-row .tm-aag-copy-column.right {
  margin: 0 0 0 4%;
}
@media screen and (max-width: 480px) {
  /* line 6146, ../sass/_base.scss */
  .tm-aag-row-content.tm-aag-small-column-row .tm-aag-copy-column.right {
    margin: 0;
  }
}
/* line 6152, ../sass/_base.scss */
.tm-aag-row-content.tm-aag-small-column-row .tm-aag-copy-column.left {
  margin: 0 4% 0 0;
}
@media screen and (max-width: 668px) {
  /* line 6143, ../sass/_base.scss */
  .tm-aag-row-content.tm-aag-small-column-row .tm-aag-copy-column {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  /* line 6143, ../sass/_base.scss */
  .tm-aag-row-content.tm-aag-small-column-row .tm-aag-copy-column {
    float: none;
    width: 100%;
    margin: 0;
  }
}
/* line 6165, ../sass/_base.scss */
.tm-aag-row-content .tm-aag-image-row {
  text-align: center;
  margin: 4em auto;
}
/* line 6168, ../sass/_base.scss */
.tm-aag-row-content .tm-aag-image-row .tm-aag-supplementary-image {
  display: inline-block;
  width: 22.5%;
  text-align: center;
  margin: 0 0 3em 0;
}
/* line 6173, ../sass/_base.scss */
.tm-aag-row-content .tm-aag-image-row .tm-aag-supplementary-image img {
  width: 100%;
  max-width: 112.5px;
}
@media screen and (max-width: 480px) {
  /* line 6168, ../sass/_base.scss */
  .tm-aag-row-content .tm-aag-image-row .tm-aag-supplementary-image {
    display: inline-block;
    width: 49%;
    margin: 0 0 2em 0;
  }
}

/* line 6185, ../sass/_base.scss */
.tm-aag-supplementary-content-row {
  margin: 4em 0 0 0;
}

/* line 6188, ../sass/_base.scss */
.tm-aag-supplementary-column {
  float: left;
  display: block;
  margin: 0 4% 0;
  width: 30%;
  vertical-align: top;
}
/* line 6192, ../sass/_base.scss */
.tm-aag-supplementary-column:first-child, .tm-aag-supplementary-column:last-child {
  margin: 0;
}
/* line 6197, ../sass/_base.scss */
.tm-aag-supplementary-column .tm-aag-supplementary-logo {
  vertical-align: bottom;
  display: table-cell;
}
/* line 6200, ../sass/_base.scss */
.tm-aag-supplementary-column .tm-aag-supplementary-logo img {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 480px) {
  /* line 6197, ../sass/_base.scss */
  .tm-aag-supplementary-column .tm-aag-supplementary-logo {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 6188, ../sass/_base.scss */
  .tm-aag-supplementary-column {
    float: none;
    margin: 0 0 2em 0;
    width: 100%;
  }
  /* line 6215, ../sass/_base.scss */
  .tm-aag-supplementary-column:first-child {
    margin: 0 0 2em 0;
  }
  /* line 6218, ../sass/_base.scss */
  .tm-aag-supplementary-column:last-child {
    margin: 0 0 0 0;
  }
}

/* line 6224, ../sass/_base.scss */
.tm-infographic-row {
  margin: 3em 0 0 0;
}

/* line 6227, ../sass/_base.scss */
.tm-infographic-column {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  margin: 0 0 2em 0;
}
/* line 6233, ../sass/_base.scss */
.tm-infographic-column .tm-infographic-image-container {
  display: table;
  width: 100%;
}
/* line 6237, ../sass/_base.scss */
.tm-infographic-column .tm-infographic-image {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 100%;
}
/* line 6242, ../sass/_base.scss */
.tm-infographic-column .tm-infographic-image img {
  max-width: 200px;
}
/* line 6246, ../sass/_base.scss */
.tm-infographic-column h3 {
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  margin: .5em 0 .25em;
}
@media screen and (min-width: 769px) and (max-width: 940px) {
  /* line 6246, ../sass/_base.scss */
  .tm-infographic-column h3 {
    font-size: 28px;
  }
}
/* line 6256, ../sass/_base.scss */
.tm-infographic-column p {
  padding: 0 1.5em;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 6227, ../sass/_base.scss */
  .tm-infographic-column {
    width: 50%;
    margin: 0 0 1em 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 6227, ../sass/_base.scss */
  .tm-infographic-column {
    width: 100%;
    margin: 0 0 1em 0;
  }
}

/* line 6272, ../sass/_base.scss */
.tm-aag-row-button-container {
  padding: 2em 0 0;
  text-align: center;
}

/* line 6277, ../sass/_base.scss */
.tm-aag-row-button {
  background: #c36e2c;
  display: inline-block;
  font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: .75em 1.5em;
  transition: background 0.3s ease-in-out;
}
/* line 6288, ../sass/_base.scss */
.tm-aag-row-button:hover {
  text-decoration: none;
  background: #662b14;
}

/*.tm-dashed-heading{
	font-size: 60px;
	font-size: 50px;
	font-family: 'Garamond', serif;
	font-weight: 400;
	font-style: normal;
	color: #522d1d;
	line-height: 1;
	margin: 0 0 0.25em 0;
	&:after{
		display: block;
		width: 170px;
		margin-top: 12px;
		border-bottom: 3px solid #522d1d;
		content: "";
	}
	+ p{
		font-family: "Gotham SSm A","Gotham SSm B", sans-serif;
		font-size: 14px;
		color: #595959;
		font-weight: 400;
		font-weight: 300;
		margin: 0 0 1em 0;
	}
}*/
/* line 6321, ../sass/_base.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 6329, ../sass/_base.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6343, ../sass/_base.scss */
.embed-responsive-21by9 {
  padding-bottom: 42.857143%;
}

/* line 6347, ../sass/_base.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 6351, ../sass/_base.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 6355, ../sass/_base.scss */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/* Footer Refresh */
/* line 6360, ../sass/_base.scss */
.tm-footer {
  position: relative;
  z-index: 200;
}

/* line 6364, ../sass/_base.scss */
.tm-footer-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
/* line 6369, ../sass/_base.scss */
.tm-footer-container .tm-footer-supplementary p {
  max-width: 570px;
  color: #595959;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 12px;
  font-weight: 400;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  /* line 6369, ../sass/_base.scss */
  .tm-footer-container .tm-footer-supplementary p {
    padding: 0 1em;
  }
}
/* line 6381, ../sass/_base.scss */
.tm-footer-container ul {
  padding: 0;
  list-style-type: none;
}
/* line 6385, ../sass/_base.scss */
.tm-footer-container ul li a {
  text-decoration: none;
}
/* line 6387, ../sass/_base.scss */
.tm-footer-container ul li a:hover {
  text-decoration: none;
}
/* line 6392, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-nav-links {
  text-align: center;
  margin: 2em 0;
}
/* line 6395, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-nav-links li {
  display: inline-block;
  margin: 0 3em 0;
}
/* line 6398, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-nav-links li:first-child {
  margin-left: 0;
}
/* line 6401, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-nav-links li:last-child {
  margin-right: 0;
}
/* line 6404, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-nav-links li a {
  text-transform: uppercase;
  color: #662b14;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  /* line 6395, ../sass/_base.scss */
  .tm-footer-container ul.tm-footer-nav-links li {
    display: block;
    margin: 1.5em 0;
  }
}
/* line 6417, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-social-links {
  text-align: center;
  margin: 2.5em 0;
}
@media screen and (max-width: 600px) {
  /* line 6417, ../sass/_base.scss */
  .tm-footer-container ul.tm-footer-social-links {
    margin: 2.5em 0 3.5em;
  }
}
/* line 6423, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-social-links li {
  display: inline-block;
  margin: 0 1.5em;
}
/* line 6426, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-social-links li:first-child {
  margin-left: 0;
}
/* line 6429, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-social-links li:last-child {
  margin-right: 0;
}
/* line 6434, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-supplementary-links {
  color: #c36e2c;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 12px;
  font-weight: 700;
  margin: 1.5em 0 2.5em;
}
/* line 6442, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-supplementary-links li {
  display: inline-block;
}
/* line 6444, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-supplementary-links li:first-child {
  margin: 0 2.5em 0 0;
}
/* line 6447, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-supplementary-links li:last-child {
  margin: 0 0 0 2.5em;
}
/* line 6450, ../sass/_base.scss */
.tm-footer-container ul.tm-footer-supplementary-links li a {
  color: inherit;
}
@media screen and (max-width: 600px) {
  /* line 6442, ../sass/_base.scss */
  .tm-footer-container ul.tm-footer-supplementary-links li {
    display: block;
    margin: 2em 0;
  }
  /* line 6456, ../sass/_base.scss */
  .tm-footer-container ul.tm-footer-supplementary-links li:first-child {
    margin: 2em 0;
  }
  /* line 6459, ../sass/_base.scss */
  .tm-footer-container ul.tm-footer-supplementary-links li:last-child {
    margin: 2em 0;
  }
}

/* line 6469, ../sass/_base.scss */
.tm-footer-slider-container .slick-slider {
  margin-bottom: 0;
}
/* line 6472, ../sass/_base.scss */
.tm-footer-slider-container .slick-slide {
  cursor: default;
}
/* line 6475, ../sass/_base.scss */
.tm-footer-slider-container img {
  width: 100%;
}

/* line 6481, ../sass/_base.scss */
.tm-submenu {
  background: linear-gradient(rgba(82, 45, 29, 0), rgba(82, 45, 29, 0.1));
  box-shadow: 0 0 36px 7px rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  z-index: 9000;
  margin-left: 5%;
  width: 90%;
  padding-top: 80px;
  height: 100%;
  overflow-y: scroll;
  background-image: url("../img/backgroundTexture-light.jpg");
  background-color: #fcfaf3;
}
@media screen and (max-width: 875px) {
  /* line 6481, ../sass/_base.scss */
  .tm-submenu {
    box-shadow: none;
  }
}

/* line 6518, ../sass/_base.scss */
.tm-submenu-aboutItem,
.tm-submenu-article,
.tm-submenu-articleItem,
.tm-submenu-qualityItem {
  float: left;
  margin: 0 0 1% 1%;
  width: 49%;
}
/* line 6525, ../sass/_base.scss */
.tm-submenu-aboutItem a,
.tm-submenu-article a,
.tm-submenu-articleItem a,
.tm-submenu-qualityItem a {
  color: #fff;
  display: block;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  margin: 0.5em 0;
  padding-bottom: 30px;
  text-decoration: none;
  text-align: center;
}
/* line 6533, ../sass/_base.scss */
.tm-submenu-aboutItem a p,
.tm-submenu-article a p,
.tm-submenu-articleItem a p,
.tm-submenu-qualityItem a p {
  color: #fff;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: none;
}
/* line 6541, ../sass/_base.scss */
.tm-submenu-aboutItem a .tm-callout-overlay,
.tm-submenu-article a .tm-callout-overlay,
.tm-submenu-articleItem a .tm-callout-overlay,
.tm-submenu-qualityItem a .tm-callout-overlay {
  display: table;
  transition: background-color 0.5s ease;
}
/* line 6545, ../sass/_base.scss */
.tm-submenu-aboutItem a:hover .tm-callout-overlay,
.tm-submenu-article a:hover .tm-callout-overlay,
.tm-submenu-articleItem a:hover .tm-callout-overlay,
.tm-submenu-qualityItem a:hover .tm-callout-overlay {
  background-color: rgba(82, 45, 29, 0.8);
}
/* line 6548, ../sass/_base.scss */
.tm-submenu-aboutItem .tm-callout-content,
.tm-submenu-article .tm-callout-content,
.tm-submenu-articleItem .tm-callout-content,
.tm-submenu-qualityItem .tm-callout-content {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
}

/* line 6554, ../sass/_base.scss */
.tm-submenu-articleItem {
  width: 24%;
}

/* line 6557, ../sass/_base.scss */
.tm-submenu-article {
  height: 250px;
}

/* line 6560, ../sass/_base.scss */
.tm-submenu-aboutItem,
.tm-submenu-articleItem,
.tm-submenu-qualityItem {
  height: 200px;
}

/* line 6565, ../sass/_base.scss */
.tm-submenu-aboutItem:nth-of-type(3) {
  width: 32%;
}

/* line 6568, ../sass/_base.scss */
.tm-submenu-aboutItem:nth-of-type(4) {
  width: 33%;
}

/* line 6571, ../sass/_base.scss */
.tm-submenu-aboutItem:nth-of-type(5) {
  width: 32%;
}

/* line 6574, ../sass/_base.scss */
.tm-submenu-articleCatLink {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  text-align: center;
}
/* line 6578, ../sass/_base.scss */
.tm-submenu-articleCatLink a {
  color: #803314 !important;
}
/* line 6581, ../sass/_base.scss */
.tm-submenu-articleCatLink a:hover {
  color: #c36e2c !important;
}

/* line 6585, ../sass/_base.scss */
.tm-submenu-articleImage {
  background-image: url("../img/plant-pattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}

/* line 6593, ../sass/_base.scss */
.tm-submenu-close {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  text-align: right;
}
/* line 6597, ../sass/_base.scss */
.tm-submenu-close a {
  color: #803314;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 6604, ../sass/_base.scss */
.tm-submenu-close a:hover {
  color: #c36e2c;
}
/* line 6607, ../sass/_base.scss */
.tm-submenu-close a:after {
  line-height: 1;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00d";
  margin-left: 6px;
}

/* line 6618, ../sass/_base.scss */
.tm-submenu-contents {
  margin: auto;
  max-width: 1024px;
  padding: 30px 0;
  width: 90%;
}

/* line 6624, ../sass/_base.scss */
.tm-submenu-divider {
  border-bottom: 1px solid #803314;
  margin: 0;
}

/* line 6628, ../sass/_base.scss */
.tm-submenu-impactItem {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}
/* line 6634, ../sass/_base.scss */
.tm-submenu-impactItem a {
  color: #803314;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
/* line 6640, ../sass/_base.scss */
.tm-submenu-impactItem a:hover {
  color: #c36e2c;
}

/* line 6644, ../sass/_base.scss */
.tm-submenu-impactItem--1 {
  margin: 30px auto 20px auto;
  width: 100%;
}

/* line 6648, ../sass/_base.scss */
.tm-submenu-impactItem--2 {
  margin: 20px auto;
  width: 100%;
}
/* line 6651, ../sass/_base.scss */
.tm-submenu-impactItem--2 a {
  display: inline-block;
  margin: 20px 50px 10px 50px;
}

/* line 6656, ../sass/_base.scss */
.tm-submenu-impactItem--3 {
  border-right: 1px solid #803314;
  float: left;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 33%;
}
/* line 6663, ../sass/_base.scss */
.tm-submenu-impactItem--3 a {
  padding-top: 20px;
}

/* line 6667, ../sass/_base.scss */
.tm-submenu-impactItem--3:last-of-type {
  border-right: 0;
}

/* line 6670, ../sass/_base.scss */
.tm-submenu-main {
  float: left;
  width: 80%;
}
/* line 6673, ../sass/_base.scss */
.tm-submenu-main h1 {
  font-size: 32px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
/* line 6677, ../sass/_base.scss */
.tm-submenu-ppj .tm-submenu-main h1 {
  margin-left: 1%;
}
/* line 6680, ../sass/_base.scss */
.tm-submenu-main h1 a {
  color: #c36e2c;
  float: right;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 14px;
  margin-top: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 6690, ../sass/_base.scss */
.tm-submenu-main h3 {
  color: #c36e2c;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
/* line 6698, ../sass/_base.scss */
.tm-submenu-main p {
  font-size: 14px;
}
/* line 6701, ../sass/_base.scss */
.tm-submenu-main table {
  margin-bottom: 30px;
}
/* line 6704, ../sass/_base.scss */
.tm-submenu-main td {
  vertical-align: top;
}

/* line 6708, ../sass/_base.scss */
.tm-submenu-main--full {
  float: none;
  width: 100%;
}

/* line 6712, ../sass/_base.scss */
.tm-submenu-mobile {
  margin-left: 0;
  width: 100%;
}
/* line 6715, ../sass/_base.scss */
.tm-submenu-mobile h1 {
  font-size: 24px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
/* line 6721, ../sass/_base.scss */
.tm-submenu-mobile ul {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}
/* line 6728, ../sass/_base.scss */
.tm-submenu-mobile ul li {
  border-top: 1px solid #d7d3bc;
  clear: both;
}
/* line 6731, ../sass/_base.scss */
.tm-submenu-mobile ul li a {
  color: #803314;
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 6738, ../sass/_base.scss */
.tm-submenu-mobile ul li a:hover {
  color: #c36e2c;
}
/* line 6741, ../sass/_base.scss */
.tm-submenu-mobile ul li a:focus {
  outline: none;
}
/* line 6744, ../sass/_base.scss */
.tm-submenu-mobile ul li .tm-m-search {
  padding: 10px 10px 10px 20px;
}
/* line 6746, ../sass/_base.scss */
.tm-submenu-mobile ul li .tm-m-search .tm-m-lbl {
  text-transform: uppercase;
}
/* line 6751, ../sass/_base.scss */
.tm-submenu-mobile ul li:first-of-type {
  border-top: none;
}
/* line 6755, ../sass/_base.scss */
.tm-submenu-mobile a.tm-submenu-accordion {
  background-image: url("../img/mainNavPlus.svg");
  background-size: auto 35%;
  background-repeat: no-repeat;
  background-position: 95% center;
}
/* line 6761, ../sass/_base.scss */
.tm-submenu-mobile a.tm-submenu-accordion.expanded {
  background-image: url("../img/mainNavMinus.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 95% 21px;
}
/* line 6767, ../sass/_base.scss */
.tm-submenu-mobile a.tm-submenu-back {
  background-image: url("../img/mainNavLeftArrow.svg");
  background-size: auto 35%;
  background-repeat: no-repeat;
  background-position: 5% center;
  padding-left: 40px;
}
/* line 6775, ../sass/_base.scss */
.tm-submenu-mobile .tm-submenu-contents {
  margin: 0;
  max-width: auto;
  padding: 0;
  width: 100%;
}

/* line 6784, ../sass/_base.scss */
.tm-submenu-mobile.tm-submenu-primary ul li {
  border-top: 0;
}

/* line 6790, ../sass/_base.scss */
.tm-submenu-mobile-impact .tm-submenu-contents {
  width: 100%;
}
/* line 6792, ../sass/_base.scss */
.tm-submenu-mobile-impact .tm-submenu-contents h1 {
  margin-left: 5%;
  width: 90%;
}
/* line 6796, ../sass/_base.scss */
.tm-submenu-mobile-impact .tm-submenu-contents ul > li > a {
  margin-left: 5%;
  width: 90%;
}
/* line 6800, ../sass/_base.scss */
.tm-submenu-mobile-impact .tm-submenu-contents ul li.subsection {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 30px 0;
}
/* line 6803, ../sass/_base.scss */
.tm-submenu-mobile-impact .tm-submenu-contents ul li.subsection h3 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

/* line 6812, ../sass/_base.scss */
.tm-submenu-mobile-productCategory .tm-submenu-product {
  margin: 0 0 30px 0;
  width: 50%;
}

/* line 6817, ../sass/_base.scss */
.tm-submenu-mobileArticleHolder {
  position: relative;
  top: -10px;
}
/* line 6820, ../sass/_base.scss */
.tm-submenu-mobileArticleHolder .tm-submenu-article {
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
}
/* line 6825, ../sass/_base.scss */
.tm-submenu-mobileArticleHolder .tm-submenu-article:last-of-type {
  margin-bottom: 20px;
}

/* line 6829, ../sass/_base.scss */
.tm-submenu-mobileProductHolder {
  background: none;
}

/* line 6833, ../sass/_base.scss */
.tm-submenu-primary .tm-submenu-primaryItems {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}
/* line 6837, ../sass/_base.scss */
.tm-submenu-primary .tm-submenu-primaryItems .tm-submenu-primaryItem {
  border-bottom: 1px solid #d7d3bc;
}
/* line 6839, ../sass/_base.scss */
.tm-submenu-primary .tm-submenu-primaryItems .tm-submenu-primaryItem a {
  background-image: url("../img/mainNavRightArrow.svg");
  background-size: auto 35%;
  background-repeat: no-repeat;
  background-position: 95% center;
  display: block;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 16px;
  font-weight: 700;
  padding: 10px 10px 10px 20px;
  color: #803314;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 6853, ../sass/_base.scss */
.tm-submenu-primary .tm-submenu-primaryItems .tm-submenu-primaryItem a:hover {
  color: #c36e2c;
}
/* line 6858, ../sass/_base.scss */
.tm-submenu-primary .tm-submenu-primaryItems .tm-submenu-primaryItem.tm-submenu-primaryItem-nosub a {
  background: none;
}
/* line 6863, ../sass/_base.scss */
.tm-submenu-primary .trm-newsletter-cta-form-container {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 30px;
}
/* line 6868, ../sass/_base.scss */
.tm-submenu-primary .trm-newsletter-header p .hide {
  display: inline;
}
/* line 6871, ../sass/_base.scss */
.tm-submenu-primary .tm-top-menu-nav li {
  display: block;
  margin: 10px 0 20px 0;
}
/* line 6875, ../sass/_base.scss */
.tm-submenu-primary .tm-top-menu-nav li.tm-search {
  display: none;
}
/* line 6878, ../sass/_base.scss */
.tm-submenu-primary .tm-top-menu-nav li.tm-shop a:before {
  padding-left: 2px;
  padding-right: 2px;
}
/* line 6882, ../sass/_base.scss */
.tm-submenu-primary .tm-top-menu-nav li.tm-store-locator a:before {
  padding-left: 8px;
  padding-right: 4px;
}
/* line 6886, ../sass/_base.scss */
.tm-submenu-primary .tm-ca {
  text-transform: uppercase;
}
/* line 6889, ../sass/_base.scss */
.tm-submenu-primary .tm-top-menu-nav li.tm-ca a:before {
  height: 16px;
}
/* line 6892, ../sass/_base.scss */
.tm-submenu-primary .tm-ca a:after {
  content: " Canadian Website";
}

/* line 6896, ../sass/_base.scss */
.tm-submenu-product {
  float: left;
  height: 220px;
  margin: 0 15px 30px 15px;
  width: 160px;
}
/* line 6901, ../sass/_base.scss */
.tm-submenu-product a {
  color: #803314;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
/* line 6908, ../sass/_base.scss */
.tm-submenu-product a img {
  display: block;
  margin: 0 auto;
  max-height: 160px;
  max-width: 160px;
}
/* line 6915, ../sass/_base.scss */
.tm-submenu-product a:hover {
  color: #c36e2c;
}

/* line 6919, ../sass/_base.scss */
.tm-submenu-productIcon img {
  margin-right: 30px;
  width: 80px;
}

/* line 6941, ../sass/_base.scss */
.tm-submenu-aboutItemImage,
.tm-submenu-articleItemImage,
.tm-submenu-qualityItemImage {
  background-image: url("../img/plant-pattern.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 180%;
  height: 200px;
  width: 100%;
}

/* line 6951, ../sass/_base.scss */
.tm-submenu-articleItemImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 200px;
  width: 100%;
}

/* line 6958, ../sass/_base.scss */
.tm-submenu-social-links {
  text-align: center;
  margin: 0;
  padding: 0 0 3em 0;
}
/* line 6962, ../sass/_base.scss */
.tm-submenu-social-links li {
  display: inline-block;
  margin: 0 1.5em;
}
/* line 6965, ../sass/_base.scss */
.tm-submenu-social-links li:first-child {
  margin-left: 0;
}
/* line 6968, ../sass/_base.scss */
.tm-submenu-social-links li:last-child {
  margin-right: 0;
}

/* line 6973, ../sass/_base.scss */
.tm-submenu-sidebar {
  float: left;
  width: 20%;
}
/* line 6976, ../sass/_base.scss */
.tm-submenu-sidebar ul {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  list-style-type: none;
}
/* line 6980, ../sass/_base.scss */
.tm-submenu-sidebar ul a {
  color: #803314;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 6987, ../sass/_base.scss */
.tm-submenu-sidebar ul a:hover {
  color: #c36e2c;
}
/* line 6990, ../sass/_base.scss */
.tm-submenu-sidebar ul a.active {
  color: #c36e2c;
}
/* line 6993, ../sass/_base.scss */
.tm-submenu-sidebar ul a:focus {
  outline: none;
}

/* line 7000, ../sass/_base.scss */
.tm-sustainability-reports .tm-callout {
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: center;
}
/* line 7004, ../sass/_base.scss */
.tm-sustainability-reports .tm-callout a {
  text-decoration: none;
}
/* line 7006, ../sass/_base.scss */
.tm-sustainability-reports .tm-callout a .tm-sustainability-reports-image {
  display: block;
  height: 248px;
  width: 300px;
}
/* line 7010, ../sass/_base.scss */
.tm-sustainability-reports .tm-callout a .tm-sustainability-reports-image .tm-callout-content {
  padding: 30% 20px;
}
/* line 7012, ../sass/_base.scss */
.tm-sustainability-reports .tm-callout a .tm-sustainability-reports-image .tm-callout-content p {
  color: #fff;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: none;
}

/* line 7027, ../sass/_base.scss */
.progress .genericContent section h3 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  margin: 0.5em 0;
}
/* line 7033, ../sass/_base.scss */
.progress .WYSIWYG .tm-4-decades {
  float: none;
  margin: 0;
}
/* line 7037, ../sass/_base.scss */
.progress .WYSIWYG ul {
  list-style-type: none;
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
}
/* line 7042, ../sass/_base.scss */
.progress .WYSIWYG ul li {
  margin-bottom: 10px;
}

/* line 7049, ../sass/_base.scss */
.tm-hide-on-desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 7049, ../sass/_base.scss */
  .tm-hide-on-desktop {
    display: block;
  }
}

/* line 7056, ../sass/_base.scss */
.tm-hide-on-desktop-ib {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 7056, ../sass/_base.scss */
  .tm-hide-on-desktop-ib {
    display: inline-block;
  }
}

/* line 7063, ../sass/_base.scss */
.tm-hide-on-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 7063, ../sass/_base.scss */
  .tm-hide-on-mobile {
    display: none;
  }
}

/* line 7070, ../sass/_base.scss */
.tm-hide-on-mobile-ib {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 7070, ../sass/_base.scss */
  .tm-hide-on-mobile-ib {
    display: none;
  }
}

/* line 7077, ../sass/_base.scss */
.width-90 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

/* line 7083, ../sass/_base.scss */
.tm-passwordbox {
  padding: 50px;
  text-align: center;
}

/* line 7107, ../sass/_base.scss */
.bv-content-data-icon .emoji {
  width: 0.75em !important;
}

/* line 7110, ../sass/_base.scss */
figure.wp-image {
  margin: 0 auto;
}

/* line 7115, ../sass/_base.scss */
.trm-embedded-content {
  position: relative;
  padding-bottom: 56.5% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
/* line 7122, ../sass/_base.scss */
.trm-embedded-content iframe, .trm-embedded-content object, .trm-embedded-content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7132, ../sass/_base.scss */
.trm-main-article-column {
  margin-bottom: 40px;
}
/* line 7135, ../sass/_base.scss */
.trm-main-article-column:after {
  content: "";
  display: block;
  clear: both;
}
/* line 7140, ../sass/_base.scss */
.trm-main-article-column .trm-main-article-body {
  width: 70%;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 7140, ../sass/_base.scss */
  .trm-main-article-column .trm-main-article-body {
    width: 100%;
    float: none;
  }
}
/* line 7148, ../sass/_base.scss */
.trm-main-article-column .trm-main-article-sidebar {
  width: 30%;
  width: 25%;
  margin-left: 1.5rem;
  margin-top: 20px;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 7148, ../sass/_base.scss */
  .trm-main-article-column .trm-main-article-sidebar {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  /* line 7159, ../sass/_base.scss */
  .trm-main-article-column .trm-main-article-sidebar .trm-sidebar-spacer {
    height: 20px !important;
  }
}
/* line 7164, ../sass/_base.scss */
.trm-main-article-column p {
  color: #595959;
}

/* line 7169, ../sass/_base.scss */
.trm-legacy-article-content .trm-article-posted {
  margin: 0 auto;
}

/* line 7174, ../sass/_base.scss */
.trm-article-posted {
  line-height: 1;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 12px;
  color: #4e2717;
  font-style: italic;
  font-weight: 400;
  margin: 16px 0;
}
/* line 7182, ../sass/_base.scss */
.trm-article-posted a {
  color: #c36e2c;
  text-decoration: none;
}

/* line 7187, ../sass/_base.scss */
.trm-emphasized-text {
  padding: 2.5em 0;
  margin: 1em 0 0 0;
}
/* line 7190, ../sass/_base.scss */
.trm-emphasized-text p {
  font-size: 28px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
  position: relative;
  color: #4e2717;
}
/* line 7202, ../sass/_base.scss */
.trm-emphasized-text p:before, .trm-emphasized-text p:after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 60%;
  background-color: #4e2717;
  left: 21.25%;
}
/* line 7211, ../sass/_base.scss */
.trm-emphasized-text p:before {
  top: -16px;
}
/* line 7214, ../sass/_base.scss */
.trm-emphasized-text p:after {
  bottom: -16px;
}

/* line 7220, ../sass/_base.scss */
.trm-season-archives-wrapper {
  clear: both;
  padding: 8px 0 4px;
}
@media screen and (max-width: 768px) {
  /* line 7220, ../sass/_base.scss */
  .trm-season-archives-wrapper {
    padding: 18px 14px;
  }
}

/* line 7228, ../sass/_base.scss */
.trm-season-archives {
  margin: 0 0 3em 0;
}
/* line 7229, ../sass/_base.scss */
.trm-season-archives.archive {
  font-size: 0;
}
/* line 7231, ../sass/_base.scss */
.trm-season-archives.archive li {
  display: inline-block;
  padding: 0 7px 7px 0;
  width: 25%;
}
/* line 7235, ../sass/_base.scss */
.trm-season-archives.archive li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 7240, ../sass/_base.scss */
  .trm-season-archives.archive li {
    width: 50%;
  }
  /* line 7242, ../sass/_base.scss */
  .trm-season-archives.archive li:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 7249, ../sass/_base.scss */
  .trm-season-archives.archive li {
    width: 100%;
    padding: 0;
    margin: 0 0 8px 0;
  }
  /* line 7253, ../sass/_base.scss */
  .trm-season-archives.archive li:last-child {
    margin: 0;
  }
}
/* line 7260, ../sass/_base.scss */
.trm-season-archives h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-size: 24px;
  color: #4e2717;
  font-weight: 400;
  margin: 0 0 0.5em 0;
}
/* line 7268, ../sass/_base.scss */
.trm-season-archives ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 7272, ../sass/_base.scss */
.trm-season-archives ul li {
  display: block;
  line-height: 0;
  margin: 0 0 0.75em 0;
}
/* line 7276, ../sass/_base.scss */
.trm-season-archives ul li a {
  display: block;
  line-height: 1;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 14px;
  color: white;
  text-decoration: none;
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 1.125em .75em;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
/* line 7291, ../sass/_base.scss */
.trm-season-archives ul li a span {
  position: relative;
  z-index: 500;
}
/* line 7295, ../sass/_base.scss */
.trm-season-archives ul li a:before {
  transition: inherit;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
}
/* line 7308, ../sass/_base.scss */
.trm-season-archives ul li a:hover:before {
  background-color: rgba(58, 29, 17, 0.75);
}
/* line 7314, ../sass/_base.scss */
.trm-season-archives ul li.winter a {
  background-image: url("../img/archive-bg/winter-archive-bg-nf.jpg");
}
/* line 7319, ../sass/_base.scss */
.trm-season-archives ul li.spring a {
  background-image: url("../img/archive-bg/spring-archive-bg-nf.jpg");
}
/* line 7324, ../sass/_base.scss */
.trm-season-archives ul li.summer a {
  background-image: url("../img/archive-bg/summer-archive-bg-nf.jpg");
}
/* line 7329, ../sass/_base.scss */
.trm-season-archives ul li.fall a {
  background-image: url("../img/archive-bg/fall-archive-bg-nf.jpg");
}

/* line 7337, ../sass/_base.scss */
.trm-sidebar-review {
  text-align: left;
}
/* line 7339, ../sass/_base.scss */
.trm-sidebar-review .star-ratings-container {
  display: block;
  margin: 14px 0 0;
}
/* line 7343, ../sass/_base.scss */
.trm-sidebar-review h2 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0.75em 0 1em;
}
/* line 7348, ../sass/_base.scss */
.trm-sidebar-review q {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-size: 20px;
  font-weight: 400;
}
/* line 7353, ../sass/_base.scss */
.trm-sidebar-review img {
  max-width: 60%;
}
/* line 7356, ../sass/_base.scss */
.trm-sidebar-review a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  color: white;
  background-color: #c36e2c;
  font-weight: 400;
  font-size: 11px;
  display: inline-block;
  padding: 0.65em  1em 0.5em;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 7366, ../sass/_base.scss */
.trm-sidebar-review a:last-child {
  margin: 0 0 0 4px;
}

/* line 7372, ../sass/_base.scss */
.trm-sidebar-instagram {
  margin: 0 0 3em 0;
}
/* line 7374, ../sass/_base.scss */
.trm-sidebar-instagram h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-size: 24px;
  color: #4e2717;
  font-weight: 400;
  margin: 0 0 16px;
  line-height: 1.2;
}
/* line 7383, ../sass/_base.scss */
.trm-sidebar-instagram h2 + .trm-tag-heading {
  margin: 0 0 1em 0;
}
/* line 7387, ../sass/_base.scss */
.trm-sidebar-instagram img {
  display: block;
  width: 80%;
  margin: 0 0 0.75em 0;
}
/* line 7391, ../sass/_base.scss */
.trm-sidebar-instagram img:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  /* line 7387, ../sass/_base.scss */
  .trm-sidebar-instagram img {
    display: inline-block;
    width: 48.75%;
    margin: 0 0 10px 0;
  }
  /* line 7398, ../sass/_base.scss */
  .trm-sidebar-instagram img:last-child {
    margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 512px) {
  /* line 7387, ../sass/_base.scss */
  .trm-sidebar-instagram img {
    width: 48.5%;
  }
}
@media screen and (max-width: 431px) {
  /* line 7387, ../sass/_base.scss */
  .trm-sidebar-instagram img {
    width: 48.25%;
  }
}
@media screen and (max-width: 320px) {
  /* line 7387, ../sass/_base.scss */
  .trm-sidebar-instagram img {
    width: 100%;
  }
  /* line 7410, ../sass/_base.scss */
  .trm-sidebar-instagram img:last-child {
    margin: 0 0 10px 0;
  }
}

/* line 7418, ../sass/_base.scss */
.trm-linked-cta a {
  color: #c36e2c;
}
/* line 7422, ../sass/_base.scss */
.trm-linked-cta a img {
  display: block;
  width: 80%;
  margin: 0 0 8px 0;
}
/* line 7427, ../sass/_base.scss */
.trm-linked-cta a p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  max-width: 85%;
  color: #595959;
  margin: 0 0 10px 0;
}
/* line 7437, ../sass/_base.scss */
.trm-linked-cta a em, .trm-linked-cta a i {
  font-style: italic;
  color: #c36e2c;
}

/* line 7444, ../sass/_base.scss */
.trm-tag-heading {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  color: white;
  background-color: #c36e2c;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  padding: 0.65em  0.5em 0.5em;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 7454, ../sass/_base.scss */
.trm-tag-heading.instagram {
  text-indent: 0.25em;
  padding: 0.65em 1.25em 0.5em 0.5em;
}
/* line 7458, ../sass/_base.scss */
.trm-tag-heading i {
  font-size: 24px;
  vertical-align: middle;
  position: relative;
  left: -0.25em;
}

/* line 7467, ../sass/_base.scss */
.trm-popular-tags-wrapper {
  clear: both;
  padding: 20px 0;
}

/* line 7472, ../sass/_base.scss */
.trm-popular-tags {
  margin: 0 0 20px 0;
}
/* line 7474, ../sass/_base.scss */
.trm-popular-tags.archive {
  margin: 0;
  text-align: center;
}
/* line 7477, ../sass/_base.scss */
.trm-popular-tags.archive ul {
  max-width: 100%;
}
/* line 7479, ../sass/_base.scss */
.trm-popular-tags.archive ul li {
  display: inline-block;
  margin: 0 0 16px 16px;
}
/* line 7482, ../sass/_base.scss */
.trm-popular-tags.archive ul li a {
  font-size: 14px;
}
/* line 7485, ../sass/_base.scss */
.trm-popular-tags.archive ul li:first-child {
  margin: 0;
}
/* line 7492, ../sass/_base.scss */
.trm-popular-tags h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-size: 24px;
  color: #4e2717;
  font-weight: 400;
  margin: 0 0 16px;
}
/* line 7499, ../sass/_base.scss */
.trm-popular-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 7503, ../sass/_base.scss */
.trm-popular-tags ul li {
  display: inline-block;
  line-height: 0;
  margin: 0 0.75em 0.75em 0;
}
/* line 7507, ../sass/_base.scss */
.trm-popular-tags ul li a {
  display: inline-block;
  background-color: #c36e2c;
  line-height: 1;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 12px;
  color: white;
  text-decoration: none;
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: .75em;
}

/* line 7525, ../sass/_base.scss */
.trm-newsletter-cta-updated {
  background-image: url("../img/archive-bg/tm-new-newsletter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 7531, ../sass/_base.scss */
.trm-newsletter-cta-updated.ppj-sidebar .trm-newsletter-signup-wrapper {
  padding: 1.25em 1em 1em;
}
/* line 7534, ../sass/_base.scss */
.trm-newsletter-cta-updated.ppj-sidebar h2 {
  font-size: 16px;
}
/* line 7537, ../sass/_base.scss */
.trm-newsletter-cta-updated.ppj-sidebar input[type=email] {
  width: 64%;
  padding: 4px 0.5em 4px 1em;
}
/* line 7541, ../sass/_base.scss */
.trm-newsletter-cta-updated.ppj-sidebar button[type=submit] {
  padding: 0.5em 1.5em;
}
/* line 7545, ../sass/_base.scss */
.trm-newsletter-cta-updated .trm-newsletter-signup-wrapper {
  background: rgba(0, 0, 0, 0.25);
  display: table;
  width: 100%;
  height: 100%;
  padding: 2.25em 2em 2em;
}
/* line 7552, ../sass/_base.scss */
.trm-newsletter-cta-updated h2 {
  margin: 0 0 0.75em 0;
  color: #ffffff;
  font-weight: 500;
}
/* line 7557, ../sass/_base.scss */
.trm-newsletter-cta-updated p {
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}
/* line 7562, ../sass/_base.scss */
.trm-newsletter-cta-updated form {
  margin: 0 0 0.75em 0;
}
/* line 7565, ../sass/_base.scss */
.trm-newsletter-cta-updated label {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  text-indent: -9999px;
}
/* line 7571, ../sass/_base.scss */
.trm-newsletter-cta-updated input[type=email] {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  line-height: 1;
  padding: 1em 0.5em 1em 1em;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  vertical-align: middle;
  width: 50%;
}
/* line 7583, ../sass/_base.scss */
.trm-newsletter-cta-updated button[type=submit] {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #c36e2c;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 700;
  padding: 16px 1.5em;
  vertical-align: middle;
  width: 80px;
}

/* line 7601, ../sass/_base.scss */
.ppj-feature {
  margin: 3em 0 2em;
}

/* line 7605, ../sass/_base.scss */
.ppj-selected-articles h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-size: 28px;
  text-transform: none !important;
  margin: 0 0 24px 0 !important;
}

/* line 7615, ../sass/_base.scss */
.alternate {
  width: 32.5% !important;
  padding-top: 0% !important;
  height: 37.15vh;
  min-height: 340px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
/* line 7623, ../sass/_base.scss */
.alternate:nth-child(even) {
  margin: 0 1.25% 1%;
}
/* line 7626, ../sass/_base.scss */
.alternate .placement {
  position: static;
  min-height: inherit;
}
/* line 7630, ../sass/_base.scss */
.alternate .cta-btn {
  font-size: 12px;
  color: #ffffff;
  background-color: #c36e2c;
  text-decoration: none;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
}
/* line 7638, ../sass/_base.scss */
.alternate .articletitle {
  font-size: 28px !important;
  line-height: 1.15 !important;
  max-width: 90%;
  position: relative;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
}
/* line 7645, ../sass/_base.scss */
.alternate .articletitle:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -12px;
  left: 0;
}
/* line 7656, ../sass/_base.scss */
.alternate .articledateline {
  font-weight: 300;
  font-size: 14px !important;
  max-width: 80%;
  margin-top: 1.5em !important;
  line-height: 1.3 !important;
  margin-bottom: 0.5em;
}
/* line 7664, ../sass/_base.scss */
.alternate .cellular {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  /* line 7615, ../sass/_base.scss */
  .alternate {
    max-height: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 7615, ../sass/_base.scss */
  .alternate {
    max-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  /* line 7615, ../sass/_base.scss */
  .alternate {
    width: 100% !important;
    height: 37.15vh !important;
    min-height: 340px !important;
    max-height: 440px !important;
    margin: 0 0 10px 0 !important;
  }
  /* line 7679, ../sass/_base.scss */
  .alternate:nth-child(even) {
    margin: 0 0 0;
  }
}

/* line 7690, ../sass/_base.scss */
.trm-widget-thumb {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 150px;
  width: 100%;
}

/* line 7698, ../sass/_base.scss */
.trm-ppj-featured-collection {
  margin: 10px auto;
  padding: 10px 0;
  clear: both;
}
/* line 7703, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-featured-collection-info {
  width: 29.75%;
  max-width: 320px;
  float: left;
  padding: 5% 0 5% 5%;
  margin: 0 0 0 5.8%;
}
@media screen and (max-width: 1012px) {
  /* line 7703, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-info {
    margin: 0 0 0 0;
    padding: 5% 0 5% 2.5%;
  }
}
@media screen and (min-width: 900px) and (max-width: 962px) {
  /* line 7703, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-info {
    width: 24.75%;
  }
}
@media screen and (max-width: 768px) {
  /* line 7703, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-info {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 5% 0 1% 0;
  }
}
/* line 7722, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-featured-collection-info h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding-right: 20px;
}
@media screen and (min-width: 900px) and (max-width: 962px) {
  /* line 7722, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-info h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  /* line 7722, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-info h2 {
    padding: 0;
    font-size: 30px;
  }
}
/* line 7738, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-featured-collection-info p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  color: #4e2717;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  padding-right: 10px;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  /* line 7738, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-info p {
    width: 100%;
  }
}
/* line 7751, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-featured-collection-list {
  float: left;
}
@media screen and (max-width: 1012px) {
  /* line 7751, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-list {
    float: right;
    margin: 0 2.5% 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  /* line 7751, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-list {
    max-width: 67%;
  }
}
@media screen and (max-width: 768px) {
  /* line 7751, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-featured-collection-list {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
/* line 7767, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-collection-article {
  max-width: 280px;
  max-width: 200px;
  width: 33.3%;
  padding: 0 10px 10px 0;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 7767, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-collection-article {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
/* line 7778, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-collection-article h3 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 80%;
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  /* line 7778, ../sass/_base.scss */
  .trm-ppj-featured-collection .trm-ppj-collection-article h3 {
    height: auto !important;
    min-height: auto !important;
  }
}
/* line 7791, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-collection-article img {
  width: 100%;
}
/* line 7794, ../sass/_base.scss */
.trm-ppj-featured-collection .trm-ppj-collection-article a {
  font-size: 10px;
  color: #ffffff;
  background-color: #c36e2c;
  text-decoration: none;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 7806, ../sass/_base.scss */
.trm-ppj-instagram-inspiration {
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
}
/* line 7811, ../sass/_base.scss */
.trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-info {
  float: left;
  max-width: 200px;
  width: 20%;
  padding: 0;
  margin-left: 8%;
  margin-left: 6.3%;
}
@media screen and (max-width: 768px) {
  /* line 7811, ../sass/_base.scss */
  .trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-info {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
/* line 7824, ../sass/_base.scss */
.trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-info h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 12px 0;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  /* line 7833, ../sass/_base.scss */
  .trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-info h2 br {
    display: none;
  }
}
/* line 7839, ../sass/_base.scss */
.trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-pics {
  float: left;
  font-size: 0;
  max-width: 800px;
  width: 72%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* line 7839, ../sass/_base.scss */
  .trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-pics {
    width: 100%;
    float: none;
    max-width: 100%;
    margin-top: 10px;
  }
}
/* line 7851, ../sass/_base.scss */
.trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-pics .trm-instagram-bgimg {
  background-size: cover;
  display: inline-block;
  margin: 0 1% 1% 0;
  padding-bottom: 24.25%;
  width: 24.25%;
}
/* line 7857, ../sass/_base.scss */
.trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-pics .trm-instagram-bgimg:last-child {
  margin: 0 0 1% 0;
}
@media screen and (max-width: 768px) {
  /* line 7851, ../sass/_base.scss */
  .trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-pics .trm-instagram-bgimg {
    padding-bottom: 49%;
    width: 49% !important;
  }
  /* line 7863, ../sass/_base.scss */
  .trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-pics .trm-instagram-bgimg:nth-child(odd) {
    margin: 0 2% 1% 0;
  }
  /* line 7866, ../sass/_base.scss */
  .trm-ppj-instagram-inspiration .trm-ppj-instagram-inspiration-pics .trm-instagram-bgimg:nth-child(even) {
    margin: 0 0 1% 0;
  }
}

/* line 7874, ../sass/_base.scss */
.trm-ppj-featured-rating {
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
}
/* line 7878, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-container {
  margin: 0 auto;
  text-align: center;
}
/* line 7884, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-product-info {
  text-align: center;
  max-width: 130px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-top: 0.7em;
}
/* line 7892, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-product-info img {
  width: 100%;
}
/* line 7895, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-product-info h3 {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  /* line 7884, ../sass/_base.scss */
  .trm-ppj-featured-rating .trm-ppj-featured-rating-product-info {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  /* line 7903, ../sass/_base.scss */
  .trm-ppj-featured-rating .trm-ppj-featured-rating-product-info img {
    max-width: 130px;
  }
}
/* line 7908, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-content {
  display: inline-block;
  width: 70%;
  width: 50.6%;
  width: 52%;
  vertical-align: middle;
  margin-left: 6%;
  margin-left: 4.8%;
  text-align: left;
}
/* line 7918, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-content .trm-ppj-featured-rating-stars i {
  font-size: 20px;
}
/* line 7921, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-content .trm-ppj-featured-rating-stars p {
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-left: 24px;
  vertical-align: middle;
}
/* line 7930, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-content q p {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 300;
  font-size: 30px;
  margin: 5px 0 10px 0;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 7930, ../sass/_base.scss */
  .trm-ppj-featured-rating .trm-ppj-featured-rating-content q p {
    font-size: 24px;
  }
}
/* line 7941, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-content .trm-featured-rating-buttons {
  margin: 20px 0  0;
}
/* line 7944, ../sass/_base.scss */
.trm-ppj-featured-rating .trm-ppj-featured-rating-content a {
  font-size: 11px;
  color: #ffffff;
  background-color: #c36e2c;
  text-decoration: none;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  /* line 7908, ../sass/_base.scss */
  .trm-ppj-featured-rating .trm-ppj-featured-rating-content {
    text-align: center;
  }
  /* line 7956, ../sass/_base.scss */
  .trm-ppj-featured-rating .trm-ppj-featured-rating-content q p {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  /* line 7908, ../sass/_base.scss */
  .trm-ppj-featured-rating .trm-ppj-featured-rating-content {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

/* line 7968, ../sass/_base.scss */
.trm-archive-single-article {
  padding: 10px 0;
}
/* line 7970, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content {
  text-align: right;
}
/* line 7972, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-copy, .trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-image {
  display: inline-block;
  vertical-align: middle;
}
/* line 7976, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-copy {
  width: 25%;
  text-align: left;
}
/* line 7979, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-copy h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  line-height: 1.1;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
/* line 7986, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-copy p {
  margin: 0;
  font-size: 12px;
  padding-right: 3em;
}
/* line 7991, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-copy a {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  background-color: #c36e2c;
  text-decoration: none;
  margin-top: 10px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 8003, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-image {
  width: 70%;
}
/* line 8005, ../sass/_base.scss */
.trm-archive-single-article .trm-archive-single-article-content .trm-archive-single-article-image img {
  width: 100%;
}

/* line 8012, ../sass/_base.scss */
.trm-sidebar-product-cta {
  margin: 10px 0;
  text-align: left;
}
/* line 8015, ../sass/_base.scss */
.trm-sidebar-product-cta img {
  width: 60%;
  max-width: 200px;
}
/* line 8019, ../sass/_base.scss */
.trm-sidebar-product-cta p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
/* line 8024, ../sass/_base.scss */
.trm-sidebar-product-cta a {
  font-size: 11px;
  color: #ffffff;
  background-color: #c36e2c;
  text-decoration: none;
  padding: 0.65em  1em 0.5em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px 0 0;
}
/* line 8034, ../sass/_base.scss */
.trm-sidebar-product-cta a:first-child {
  margin: 0 2px 0 0;
}
/* line 8037, ../sass/_base.scss */
.trm-sidebar-product-cta a:last-child {
  margin: 0 0 0 2px;
}

/* line 8044, ../sass/_base.scss */
.trm-sidebar-ppj-collection-cta .trm-sidebar-ppj-collection-info h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 6px 0;
  padding-right: 20px;
}
/* line 8053, ../sass/_base.scss */
.trm-sidebar-ppj-collection-cta .trm-sidebar-ppj-collection-info p {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  color: #4e2717;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding-right: 10px;
  max-width: 95%;
  margin: 0 0 20px 0;
}
/* line 8064, ../sass/_base.scss */
.trm-sidebar-ppj-collection-cta .trm-sidebar-ppj-collection-article {
  margin: 0 0 24px 0;
}
/* line 8066, ../sass/_base.scss */
.trm-sidebar-ppj-collection-cta .trm-sidebar-ppj-collection-article:last-child {
  margin: 0;
}
/* line 8069, ../sass/_base.scss */
.trm-sidebar-ppj-collection-cta .trm-sidebar-ppj-collection-article img {
  width: 100%;
  margin: 0 0 10px 0;
}
/* line 8074, ../sass/_base.scss */
.trm-sidebar-ppj-collection-cta .trm-sidebar-ppj-collection-article h3 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 12px 0;
  padding-right: 20px;
}
/* line 8083, ../sass/_base.scss */
.trm-sidebar-ppj-collection-cta .trm-sidebar-ppj-collection-article a {
  font-size: 11px;
  color: #ffffff;
  background-color: #c36e2c;
  text-decoration: none;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 8095, ../sass/_base.scss */
.trm-sidebar-ppj-cta img {
  display: block;
  width: 80%;
  margin: 0 0 15px 0;
}
/* line 8101, ../sass/_base.scss */
.trm-sidebar-ppj-cta .trm-sidebar-ppj-cta-content h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px 0;
  max-width: 80%;
  position: relative;
}
/* line 8110, ../sass/_base.scss */
.trm-sidebar-ppj-cta .trm-sidebar-ppj-cta-content h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background-color: #4e2717;
  left: 0;
  bottom: -10px;
  position: absolute;
}
/* line 8121, ../sass/_base.scss */
.trm-sidebar-ppj-cta .trm-sidebar-ppj-cta-content p {
  max-width: 85%;
}
/* line 8124, ../sass/_base.scss */
.trm-sidebar-ppj-cta .trm-sidebar-ppj-cta-content a {
  color: #c36e2c;
}
/* line 8127, ../sass/_base.scss */
.trm-sidebar-ppj-cta .trm-sidebar-ppj-cta-content a.btn {
  font-size: 11px;
  color: #ffffff;
  background-color: #c36e2c;
  text-decoration: none;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 8139, ../sass/_base.scss */
.trm-instagram-inspiration-wide {
  margin: 4em 0 1.5em;
}
/* line 8141, ../sass/_base.scss */
.trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-heading {
  margin: 0 0 20px 0;
  text-align: center;
}
/* line 8144, ../sass/_base.scss */
.trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-heading h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin: 0 16px 0 0;
  padding: 0;
  text-transform: none;
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  /* line 8144, ../sass/_base.scss */
  .trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-heading h2 {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
}
/* line 8162, ../sass/_base.scss */
.trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-selected-photos .trm-instagram-bgimg {
  background-size: cover;
  display: inline-block;
  margin: 0 1% 1% 0;
  padding-bottom: 24.25%;
  width: 24.25%;
}
/* line 8168, ../sass/_base.scss */
.trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-selected-photos .trm-instagram-bgimg:last-child {
  margin: 0 0 1% 0;
}
@media screen and (max-width: 875px) {
  /* line 8139, ../sass/_base.scss */
  .trm-instagram-inspiration-wide {
    padding: 0 16px;
  }
  /* line 8176, ../sass/_base.scss */
  .trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-selected-photos .trm-instagram-bgimg {
    padding-bottom: 49%;
    width: 49% !important;
  }
  /* line 8179, ../sass/_base.scss */
  .trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-selected-photos .trm-instagram-bgimg:nth-child(odd) {
    margin: 0 2% 1% 0;
  }
  /* line 8182, ../sass/_base.scss */
  .trm-instagram-inspiration-wide .trm-instagram-inspiration-wide-selected-photos .trm-instagram-bgimg:nth-child(even) {
    margin: 0 0 1% 0;
  }
}

/* line 8190, ../sass/_base.scss */
.trm-old-sidebar-item {
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  /* line 8190, ../sass/_base.scss */
  .trm-old-sidebar-item {
    margin-top: 0;
  }
}
/* line 8196, ../sass/_base.scss */
.trm-old-sidebar-item .trm-sidebar-ppj-cta-old img {
  display: block;
  width: 80%;
  margin: 0 0 15px 0;
}
/* line 8202, ../sass/_base.scss */
.trm-old-sidebar-item .trm-sidebar-ppj-cta-old .trm-sidebar-ppj-cta-content h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  color: #4e2717;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px 0;
  max-width: 80%;
  position: relative;
}
/* line 8211, ../sass/_base.scss */
.trm-old-sidebar-item .trm-sidebar-ppj-cta-old .trm-sidebar-ppj-cta-content h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background-color: #4e2717;
  left: 0;
  bottom: -10px;
  position: absolute;
}
/* line 8222, ../sass/_base.scss */
.trm-old-sidebar-item .trm-sidebar-ppj-cta-old .trm-sidebar-ppj-cta-content p {
  max-width: 85%;
}
/* line 8225, ../sass/_base.scss */
.trm-old-sidebar-item .trm-sidebar-ppj-cta-old .trm-sidebar-ppj-cta-content a.btn {
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  background-color: #c36e2c;
  text-decoration: none;
  margin-top: 10px;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 8242, ../sass/_base.scss */
.trm-bv-expanded-reviews {
  border: 1px solid #662b14;
  display: none;
  padding-top: 10px;
  position: fixed;
  top: 10%;
  height: 80%;
  z-index: 99999;
  left: 10%;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  overflow-y: scroll;
}

/* line 8257, ../sass/_base.scss */
.trm-product-ratings-reviews-info {
  cursor: pointer;
  margin: 4px auto 16px auto;
}
@media screen and (max-width: 768px) {
  /* line 8257, ../sass/_base.scss */
  .trm-product-ratings-reviews-info {
    margin: 8px auto 16px auto;
  }
}
/* line 8271, ../sass/_base.scss */
.trm-product-ratings-reviews-info .trm-product-star-average {
  display: inline-block;
  vertical-align: middle;
}
/* line 8274, ../sass/_base.scss */
.trm-product-ratings-reviews-info .trm-product-star-average i {
  color: #c36e2c;
  font-size: 18px;
}
/* line 8279, ../sass/_base.scss */
.trm-product-ratings-reviews-info p {
  display: inline-block;
  margin: 0 0 0 16px;
  font-size: 15px;
  vertical-align: middle;
}
/* line 8284, ../sass/_base.scss */
.trm-product-ratings-reviews-info p span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 8279, ../sass/_base.scss */
  .trm-product-ratings-reviews-info p {
    display: block;
    margin: 8px 0 0 0;
  }
}

/* line 8294, ../sass/_base.scss */
.trm-overlay {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 88888;
}

/* line 8305, ../sass/_base.scss */
.trm-overlay-close {
  width: 30px;
  height: 30px;
  background: url(../img/trm-newsletter-close-dark.png) center center/30px 30px no-repeat;
  cursor: pointer;
  display: none;
  margin-right: -15px;
  margin-top: -15px;
  position: fixed;
  top: 10%;
  right: 10%;
  z-index: 999999;
}

/* line 8319, ../sass/_base.scss */
.trm-how-to-brew {
  border: 1px solid #662b14;
  padding: 0 50px 20px;
}
/* line 8322, ../sass/_base.scss */
.trm-how-to-brew h1 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 400;
  font-size: 36px;
}
/* line 8327, ../sass/_base.scss */
.trm-how-to-brew h1:after {
  content: "";
  width: 140px;
  height: 2px;
  background-color: #662b14;
  display: block;
  margin: 0 auto;
}
/* line 8335, ../sass/_base.scss */
.trm-how-to-brew p {
  font-size: 16px;
}

/* line 8340, ../sass/_base.scss */
.trm-how-to-brew-content {
  background: #fff;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  width: 100%;
}

/* line 8348, ../sass/_base.scss */
.trm-how-to-brew-wrapper {
  display: none;
  position: fixed;
  text-align: center;
  top: 160px;
  width: 100%;
  z-index: 99999;
}

/* line 8357, ../sass/_base.scss */
.trm-nutrition-wrapper {
  display: none;
  height: 100%;
  padding-top: 5%;
  pointer-events: none;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/* line 8367, ../sass/_base.scss */
.trm-nutrition-wrapper a {
  pointer-events: auto;
}
/* line 8370, ../sass/_base.scss */
.trm-nutrition-wrapper img {
  max-height: 90%;
  max-width: 100%;
}
/* line 8373, ../sass/_base.scss */
.trm-nutrition-wrapper img.multiple {
  max-height: 80%;
}

@media screen and (min-width: 768px) and (max-width: 875px) {
  /* line 8379, ../sass/_base.scss */
  .trm-product-details {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 8379, ../sass/_base.scss */
  .trm-product-details {
    margin: 0 0 16px 0;
  }
}
/* line 8389, ../sass/_base.scss */
.trm-product-details p {
  font-size: 13px;
  line-height: 1.5;
  margin: 5px 0 25px;
  padding-top: 0px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
/* line 8396, ../sass/_base.scss */
.trm-product-details p:first-child {
  margin: 0 0 25px;
}
/* line 8399, ../sass/_base.scss */
.trm-product-details p + p {
  margin: 0 0 25px;
}
/* line 8402, ../sass/_base.scss */
.trm-product-details p:last-child {
  margin: 5px 0 0;
}
@media screen and (max-width: 875px) {
  /* line 8389, ../sass/_base.scss */
  .trm-product-details p {
    margin: 3px 0 25px;
  }
}
/* line 8414, ../sass/_base.scss */
.trm-product-details a {
  text-decoration: none;
  color: #c4712d;
}
/* line 8418, ../sass/_base.scss */
.trm-product-details .trm-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background-color: #c4712d;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 24px;
}
/* line 8432, ../sass/_base.scss */
.trm-product-details .trm-btn:last-child {
  margin: 0;
}
@media screen and (max-width: 480px) {
  /* line 8418, ../sass/_base.scss */
  .trm-product-details .trm-btn {
    font-size: 13px;
  }
}

/* line 8441, ../sass/_base.scss */
.trm-product-review-carousel {
  margin: 0;
}
@media screen and (max-width: 768px) {
  /* line 8443, ../sass/_base.scss */
  .trm-product-review-carousel .slick-arrow {
    top: 91% !important;
  }
}
/* line 8448, ../sass/_base.scss */
.trm-product-review-carousel .slick-prev, .trm-product-review-carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 47.25%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  overflow: visible;
}
/* line 8466, ../sass/_base.scss */
.trm-product-review-carousel .slick-prev:hover, .trm-product-review-carousel .slick-prev:focus, .trm-product-review-carousel .slick-next:hover, .trm-product-review-carousel .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 8470, ../sass/_base.scss */
.trm-product-review-carousel .slick-prev:hover:before, .trm-product-review-carousel .slick-prev:focus:before, .trm-product-review-carousel .slick-next:hover:before, .trm-product-review-carousel .slick-next:focus:before {
  opacity: 1;
}
/* line 8475, ../sass/_base.scss */
.trm-product-review-carousel .slick-prev.disabled:before, .trm-product-review-carousel .slick-next.disabled:before {
  opacity: .25;
}
/* line 8479, ../sass/_base.scss */
.trm-product-review-carousel .slick-prev:before, .trm-product-review-carousel .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 500;
}
/* line 8493, ../sass/_base.scss */
.trm-product-review-carousel .slick-prev {
  left: 35px;
}
/* line 8495, ../sass/_base.scss */
.trm-product-review-carousel .slick-prev:before {
  content: "\f104";
}
/* line 8499, ../sass/_base.scss */
.trm-product-review-carousel [dir='rtl'] .slick-prev {
  right: 35px;
  left: auto;
}
/* line 8502, ../sass/_base.scss */
.trm-product-review-carousel [dir='rtl'] .slick-prev:before {
  content: "\f105";
}
/* line 8507, ../sass/_base.scss */
.trm-product-review-carousel .slick-next {
  right: 35px;
}
/* line 8509, ../sass/_base.scss */
.trm-product-review-carousel .slick-next:before {
  content: "\f105";
}
/* line 8513, ../sass/_base.scss */
.trm-product-review-carousel [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/* line 8516, ../sass/_base.scss */
.trm-product-review-carousel [dir='rtl'] .slick-next:before {
  content: "\f104";
}
/* line 8520, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-panel {
  height: 100vh;
  max-height: 440px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  /* line 8520, ../sass/_base.scss */
  .trm-product-review-carousel .trm-product-review-panel {
    max-height: 480px;
  }
}
/* line 8528, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content-container {
  background-color: rgba(45, 44, 44, 0.5);
  display: table;
  width: 100%;
  height: inherit;
  max-height: inherit;
}
/* line 8535, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -10px;
}
/* line 8541, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content i {
  color: #ffffff;
  font-size: 24px;
  padding: 0 0.125em;
}
@media screen and (max-width: 480px) {
  /* line 8541, ../sass/_base.scss */
  .trm-product-review-carousel .trm-product-review-content i {
    font-size: 18px;
  }
}
/* line 8549, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 36px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  margin: 14px 0 16px;
  text-transform: none !important;
}
@media screen and (max-width: 480px) {
  /* line 8549, ../sass/_base.scss */
  .trm-product-review-carousel .trm-product-review-content h2 {
    font-size: 20px;
    margin: 18px 0 16px;
  }
}
/* line 8564, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 16px;
  font-weight: 400;
  max-width: 65%;
  margin: 0 auto 10px;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  /* line 8564, ../sass/_base.scss */
  .trm-product-review-carousel .trm-product-review-content p {
    font-size: 14px;
    max-width: 85%;
  }
}
/* line 8577, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content .trm-reviewer-and-duration {
  display: block;
  color: #ffffff;
  margin: 0 0 20px 0;
}
/* line 8581, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content .trm-reviewer-and-duration span {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  /* line 8581, ../sass/_base.scss */
  .trm-product-review-carousel .trm-product-review-content .trm-reviewer-and-duration span {
    font-size: 14px;
  }
}
/* line 8590, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  background-color: #c4712d;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 24px;
  margin: 0 0 0 10px;
}
/* line 8604, ../sass/_base.scss */
.trm-product-review-carousel .trm-product-review-content a:first-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  /* line 8590, ../sass/_base.scss */
  .trm-product-review-carousel .trm-product-review-content a {
    margin: 0 0 10px 0;
  }
  /* line 8609, ../sass/_base.scss */
  .trm-product-review-carousel .trm-product-review-content a:last-child {
    margin: 0;
  }
}

/* line 8618, ../sass/_base.scss */
.trm-product-no-review {
  margin: 0;
}
/* line 8621, ../sass/_base.scss */
.trm-product-no-review .trm-product-no-review-panel {
  height: 100vh;
  max-height: 440px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  /* line 8621, ../sass/_base.scss */
  .trm-product-no-review .trm-product-no-review-panel {
    max-height: 480px;
  }
}
/* line 8629, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content-container {
  background-color: rgba(45, 44, 44, 0.5);
  display: table;
  width: 100%;
  height: inherit;
  max-height: inherit;
}
/* line 8636, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: -10px;
}
/* line 8642, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 36px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  margin: 14px 0 16px;
  text-transform: none !important;
}
@media screen and (max-width: 480px) {
  /* line 8642, ../sass/_base.scss */
  .trm-product-no-review .trm-product-review-content h2 {
    font-size: 20px;
    margin: 18px 0 16px;
  }
}
/* line 8657, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content p {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 16px;
  font-weight: 400;
  max-width: 65%;
  margin: 0 auto 10px;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  /* line 8657, ../sass/_base.scss */
  .trm-product-no-review .trm-product-review-content p {
    font-size: 14px;
    max-width: 85%;
  }
}
/* line 8670, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content .trm-reviewer-and-duration {
  display: block;
  color: #ffffff;
  margin: 0 0 20px 0;
}
/* line 8674, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content .trm-reviewer-and-duration span {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  /* line 8674, ../sass/_base.scss */
  .trm-product-no-review .trm-product-review-content .trm-reviewer-and-duration span {
    font-size: 14px;
  }
}
/* line 8683, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  background-color: #c4712d;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 24px;
  margin: 0 0 0 10px;
}
/* line 8697, ../sass/_base.scss */
.trm-product-no-review .trm-product-review-content a:first-child {
  margin: 0;
}
@media screen and (max-width: 480px) {
  /* line 8683, ../sass/_base.scss */
  .trm-product-no-review .trm-product-review-content a {
    margin: 0 0 0px 0;
  }
  /* line 8702, ../sass/_base.scss */
  .trm-product-no-review .trm-product-review-content a:first-child {
    margin: 0 0 10px 0;
  }
}

/* Dots */
/* line 8711, ../sass/_base.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 8716, ../sass/_base.scss */
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 8725, ../sass/_base.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 8733, ../sass/_base.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* line 8745, ../sass/_base.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 8747, ../sass/_base.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 8751, ../sass/_base.scss */
.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f10c";
  content: "\f1db";
  text-align: center;
  opacity: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8771, ../sass/_base.scss */
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
  content: "\f111";
}

/* line 8781, ../sass/_base.scss */
.trm-other-products {
  margin: 3em 0 5em;
}
/* line 8783, ../sass/_base.scss */
.trm-other-products h2 {
  text-align: center;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 400;
  font-style: normal;
  color: #662b14;
  font-size: 28px;
  text-transform: none;
  margin: 0 0 24px !important;
}

/* line 8794, ../sass/_base.scss */
.trm-other-products-carousel-container {
  max-width: 500px;
  max-width: 550px;
  margin: 0 auto;
  /* Arrows */
}
/* line 8799, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-prev, .trm-other-products-carousel-container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 27.5%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  overflow: visible;
}
/* line 8817, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-prev:hover, .trm-other-products-carousel-container .slick-prev:focus, .trm-other-products-carousel-container .slick-next:hover, .trm-other-products-carousel-container .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
/* line 8821, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-prev:hover:before, .trm-other-products-carousel-container .slick-prev:focus:before, .trm-other-products-carousel-container .slick-next:hover:before, .trm-other-products-carousel-container .slick-next:focus:before {
  opacity: 1;
}
/* line 8826, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-prev.disabled:before, .trm-other-products-carousel-container .slick-next.disabled:before {
  opacity: .25;
}
/* line 8830, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-prev:before, .trm-other-products-carousel-container .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: #4e2717;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8842, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-prev {
  left: -25px;
}
@media screen and (max-width: 768px) {
  /* line 8842, ../sass/_base.scss */
  .trm-other-products-carousel-container .slick-prev {
    left: 0;
  }
}
/* line 8847, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-prev:before {
  content: "\f104";
}
/* line 8851, ../sass/_base.scss */
.trm-other-products-carousel-container [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
/* line 8854, ../sass/_base.scss */
.trm-other-products-carousel-container [dir='rtl'] .slick-prev:before {
  content: "\f105";
}
/* line 8859, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-next {
  right: -25px;
}
@media screen and (max-width: 768px) {
  /* line 8859, ../sass/_base.scss */
  .trm-other-products-carousel-container .slick-next {
    right: 0;
  }
}
/* line 8864, ../sass/_base.scss */
.trm-other-products-carousel-container .slick-next:before {
  content: "\f105";
}
/* line 8868, ../sass/_base.scss */
.trm-other-products-carousel-container [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/* line 8871, ../sass/_base.scss */
.trm-other-products-carousel-container [dir='rtl'] .slick-next:before {
  content: "\f104";
}

/* line 8877, ../sass/_base.scss */
.trm-related-product {
  width: 20%;
  text-align: center;
}
/* line 8880, ../sass/_base.scss */
.trm-related-product a {
  display: block;
  color: #662b14;
  text-decoration: none;
  padding-bottom: 15px;
}
/* line 8886, ../sass/_base.scss */
.trm-related-product a:hover {
  color: #b27e6b;
}
/* line 8891, ../sass/_base.scss */
.trm-related-product a figure .imgWidth {
  width: 96px;
  margin: 0 auto;
}
@media screen and (max-width: 614px) {
  /* line 8891, ../sass/_base.scss */
  .trm-related-product a figure .imgWidth {
    width: 76px;
  }
}
/* line 8897, ../sass/_base.scss */
.trm-related-product a figure .imgWidth .img {
  min-height: 130px;
}
@media screen and (max-width: 614px) {
  /* line 8897, ../sass/_base.scss */
  .trm-related-product a figure .imgWidth .img {
    min-height: auto;
  }
}
/* line 8905, ../sass/_base.scss */
.trm-related-product a figure .img {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 134.375%;
}
/* line 8911, ../sass/_base.scss */
.trm-related-product a figure figcaption {
  color: #662b14;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  padding-top: 20px;
}

/* line 8921, ../sass/_base.scss */
.trm-product-ingredient-details {
  margin: 4em 0;
}
/* line 8923, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-info {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 8923, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-info {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
/* line 8931, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-info h2 {
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 400;
  font-style: normal;
  color: #662b14;
  font-size: 36px;
  text-transform: none;
  position: relative;
  margin-left: 0;
}
/* line 8940, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-info h2:after {
  content: "";
  width: 28%;
  height: 2px;
  background-color: #662b14;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
/* line 8951, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-info p {
  color: #662b14;
  font-size: 14px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  /* line 8951, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-info p {
    max-width: 100%;
  }
}
/* line 8965, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-info a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  background-color: #c4712d;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 24px;
  margin: 16px 0 10px 0;
}
/* line 8979, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-info a:first-child {
  margin: 0 0 10px 0;
}
/* line 8982, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-info a + a {
  margin: 16px 0 10px 10px;
}
@media screen and (max-width: 420px) {
  /* line 8982, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-info a + a {
    margin: 16px 0 10px 0;
  }
}
/* line 8990, ../sass/_base.scss */
.trm-product-ingredient-details .trm-ingredient-certifications {
  margin: 20px 0;
  padding: 0;
  max-width: 75%;
  text-align: left;
}
/* line 8995, ../sass/_base.scss */
.trm-product-ingredient-details .trm-ingredient-certifications li {
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 9004, ../sass/_base.scss */
.trm-product-ingredient-details .trm-ingredient-certifications li img {
  width: 50px;
}
/* line 9009, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images {
  width: 50%;
  float: left;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  /* line 9009, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-images {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
}
/* line 9019, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure .trm-product-ingredient-image-container {
  display: inline-block;
  font-size: 0;
}
/* line 9022, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure .trm-product-ingredient-image-container img {
  opacity: 0;
}
/* line 9027, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.single-image .trm-product-ingredient-image-container {
  margin: 0 0 5px 0;
}
/* line 9029, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.single-image .trm-product-ingredient-image-container img {
  width: 100%;
}
/* line 9035, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.dual-image .trm-product-ingredient-image-container {
  margin: 0 0 5px 0;
  width: 100%;
}
/* line 9038, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.dual-image .trm-product-ingredient-image-container:last-child {
  margin: 0;
}
/* line 9041, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.dual-image .trm-product-ingredient-image-container img {
  width: 100%;
  opacity: 0;
}
/* line 9048, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.tripple-image .trm-product-ingredient-image-container {
  width: 49.5%;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 9048, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-images figure.tripple-image .trm-product-ingredient-image-container {
    width: 49.25%;
  }
}
/* line 9054, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.tripple-image .trm-product-ingredient-image-container:first-child {
  width: 100%;
}
/* line 9058, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.tripple-image .trm-product-ingredient-image-container:nth-last-child(2) {
  margin-left: 1px;
}
@media screen and (max-width: 505px) {
  /* line 9048, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-images figure.tripple-image .trm-product-ingredient-image-container {
    margin: 0 0 5px 0;
    width: 100%;
  }
}
/* line 9065, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.tripple-image .trm-product-ingredient-image-container img {
  width: 100%;
  opacity: 0;
}
/* line 9072, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.quad-image .trm-product-ingredient-image-container {
  width: 49.5%;
  margin-bottom: 5px;
  margin-left: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 9072, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-images figure.quad-image .trm-product-ingredient-image-container {
    width: 49.25%;
  }
}
@media screen and (max-width: 505px) {
  /* line 9072, ../sass/_base.scss */
  .trm-product-ingredient-details .trm-product-ingredient-images figure.quad-image .trm-product-ingredient-image-container {
    margin: 0 0 5px 0;
    width: 100%;
  }
}
/* line 9083, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.quad-image .trm-product-ingredient-image-container:first-child {
  margin-left: 0;
}
/* line 9086, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.quad-image .trm-product-ingredient-image-container:nth-last-child(3) {
  margin-left: 0;
}
/* line 9089, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure.quad-image .trm-product-ingredient-image-container img {
  width: 100%;
  opacity: 0;
}
/* line 9095, ../sass/_base.scss */
.trm-product-ingredient-details .trm-product-ingredient-images figure figcaption {
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  color: #595959;
}

/* line 3, ../sass/_quiz_base.scss */
#plantList .quizButton {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  color: #ffffff;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: #c4712d;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
  filter: alpha(opacity=80);
  zoom: 1;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/_quiz_base.scss */
#plantList .quizButton.textAutoSize .textAutoSizeTarget {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  min-width: 100%;
  white-space: nowrap;
}
/* line 33, ../sass/_quiz_base.scss */
#plantList .quizButton .downArrow {
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 0;
  width: 0;
  border-top: 10px solid #c4712d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: -10px;
}
/* line 41, ../sass/_quiz_base.scss */
#plantList .quizButton:hover, #plantList .quizButton.selected {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 46, ../sass/_quiz_base.scss */
#plantList header {
  /* This color compensates for the discoloration of the JPEG background image */
  background-color: #fff9e9;
  padding: 65px 13px 60px;
}
/* line 51, ../sass/_quiz_base.scss */
#plantList header .inner {
  padding: 0 13px;
}
/* line 55, ../sass/_quiz_base.scss */
#plantList header h1 {
  width: 100%;
  max-width: 295px;
  height: 152px;
  display: block;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-image: url("../img/quizLogo.png");
  background-size: contain;
  margin: 23px auto 49px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 55, ../sass/_quiz_base.scss */
  #plantList header h1 {
    background-image: url("../img/quizLogo@2x.png");
  }
}
/* line 69, ../sass/_quiz_base.scss */
#plantList header h2 {
  width: 100%;
  max-width: 295px;
  color: #4e2717;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
}
/* line 109, ../sass/_quiz_base.scss */
#plantList section {
  display: none;
  min-height: 425px;
  background-attachment: fixed;
  background-position: center;
  zoom: 0.5;
  min-height: 850px;
}
/* line 115, ../sass/_quiz_base.scss */
#plantList section * {
  background-attachment: scroll;
}
/* line 119, ../sass/_quiz_base.scss */
#plantList section:nth-of-type(1), #plantList section:nth-of-type(4n+1) {
  background-image: url("../img/quizBlueLow.jpg");
}
/* line 123, ../sass/_quiz_base.scss */
#plantList section:nth-of-type(2n) {
  background-image: url("../img/quizWhiteLow.jpg");
}
/* line 127, ../sass/_quiz_base.scss */
#plantList section:nth-of-type(3), #plantList section:nth-of-type(7) {
  background-image: url("../img/quizPurpleLow.jpg");
}
/* line 131, ../sass/_quiz_base.scss */
#plantList section .inner {
  position: relative;
  width: 100%;
  max-width: 628px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 68px 13px 80px;
  margin: 0 auto;
}
/* line 83, ../sass/_quiz_base.scss */
#plantList section .question {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  border-top: 1px solid #4e2717;
  border-left: 1px solid #4e2717;
  border-right: 1px solid #4e2717;
}
/* line 90, ../sass/_quiz_base.scss */
#plantList section .question .copy {
  color: #4e2717;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  font-size: 22px;
  line-height: 23px;
  padding: 27px 15px;
  margin: 0;
}
/* line 100, ../sass/_quiz_base.scss */
#plantList section .questionDownArrow {
  height: 13px;
  background-image: url("../img/quizQuestionDownArrow.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 23px;
}
/* line 143, ../sass/_quiz_base.scss */
#plantList section .answers {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
}
/* line 146, ../sass/_quiz_base.scss */
#plantList section .answers label {
  display: block;
  width: 42.5%;
  max-width: 273px;
  color: #4e2717;
  font-size: 10px;
  line-height: 15px;
}
/* line 154, ../sass/_quiz_base.scss */
#plantList section .answers label .quizButton {
  margin-bottom: 22px;
}
/* line 158, ../sass/_quiz_base.scss */
#plantList section .answers label.notSelected input {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 163, ../sass/_quiz_base.scss */
#plantList section .answers label.negative {
  float: right;
}
/* line 168, ../sass/_quiz_base.scss */
#plantList section .number {
  position: absolute;
  top: 14px;
  left: 13px;
  height: 39px;
  color: #4e2717;
  font-size: 12px;
  line-height: 39px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  background-image: url("../img/quizQuestionNumberFPO.png");
  background-position: left top;
  background-size: 39px 39px;
  background-repeat: no-repeat;
  padding: 0 0 0 50px;
}
/* line 184, ../sass/_quiz_base.scss */
#plantList section .number1 {
  background-image: url("../img/quizNumber1.svg");
}
/* line 187, ../sass/_quiz_base.scss */
#plantList section .number2 {
  background-image: url("../img/quizNumber2.svg");
}
/* line 190, ../sass/_quiz_base.scss */
#plantList section .number3 {
  background-image: url("../img/quizNumber3.svg");
}
/* line 193, ../sass/_quiz_base.scss */
#plantList section .number4 {
  background-image: url("../img/quizNumber4.svg");
}
/* line 196, ../sass/_quiz_base.scss */
#plantList section .number5 {
  background-image: url("../img/quizNumber5.svg");
}
/* line 199, ../sass/_quiz_base.scss */
#plantList section .number6 {
  background-image: url("../img/quizNumber6.svg");
}
/* line 202, ../sass/_quiz_base.scss */
#plantList section .number7 {
  background-image: url("../img/quizNumber7.svg");
}
/* line 205, ../sass/_quiz_base.scss */
#plantList section .number8 {
  background-image: url("../img/quizNumber8.svg");
}
/* line 208, ../sass/_quiz_base.scss */
#plantList section .number9 {
  background-image: url("../img/quizNumber9.svg");
}
/* line 217, ../sass/_quiz_base.scss */
#plantList section .inner {
  max-width: 1256px;
  padding: 136px 26px 160px;
}
/* line 221, ../sass/_quiz_base.scss */
#plantList section .inner .unzoom {
  zoom: 2;
}
/* line 227, ../sass/_quiz_base.scss */
#plantList footer {
  display: none;
  background-color: #ffffff;
  z-index: 300;
}
/* line 232, ../sass/_quiz_base.scss */
#plantList footer .inner {
  position: relative;
  width: 100%;
  max-width: 628px;
  padding: 30px 13px;
  margin: 0 auto;
}
/* line 240, ../sass/_quiz_base.scss */
#plantList footer .h1 {
  font-size: 25px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
}
/* line 83, ../sass/_quiz_base.scss */
#plantList footer .question {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  border-top: 1px solid #4e2717;
  border-left: 1px solid #4e2717;
  border-right: 1px solid #4e2717;
}
/* line 90, ../sass/_quiz_base.scss */
#plantList footer .question .copy {
  color: #4e2717;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  font-size: 22px;
  line-height: 23px;
  padding: 27px 15px;
  margin: 0;
}
/* line 100, ../sass/_quiz_base.scss */
#plantList footer .questionDownArrow {
  height: 13px;
  background-image: url("../img/quizQuestionDownArrow.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 23px;
}
/* line 247, ../sass/_quiz_base.scss */
#plantList footer .question .copy .number {
  text-decoration: underline;
}
/* line 251, ../sass/_quiz_base.scss */
#plantList footer form {
  border: 1px solid #e0b995;
  padding: 33px 21px;
}
/* line 255, ../sass/_quiz_base.scss */
#plantList footer form label {
  display: block;
  float: left;
  width: 50%;
  white-space: nowrap;
  padding-bottom: 10px;
  cursor: pointer;
}
/* line 263, ../sass/_quiz_base.scss */
#plantList footer form label span {
  display: block;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  line-height: 25px;
}
/* line 269, ../sass/_quiz_base.scss */
#plantList footer form label.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
  filter: alpha(opacity=50);
  zoom: 1;
  cursor: not-allowed;
}
/* line 273, ../sass/_quiz_base.scss */
#plantList footer form label.disabled div.checkbox {
  cursor: not-allowed;
}
/* line 279, ../sass/_quiz_base.scss */
#plantList footer form div.checkbox {
  display: none;
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  border: 1px solid #c2b59c;
  margin-right: 10px;
  cursor: pointer;
}
/* line 289, ../sass/_quiz_base.scss */
#plantList footer form div.checkbox.checked .check {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 29px;
  height: 33px;
  background-image: url("../img/quizCheck.png");
  background-repeat: no-repeat;
}
/* line 301, ../sass/_quiz_base.scss */
#plantList footer form.js div.checkbox {
  display: block;
}
/* line 305, ../sass/_quiz_base.scss */
#plantList footer form.js input[type="checkbox"] {
  display: none;
}
/* line 311, ../sass/_quiz_base.scss */
#plantList footer form.additiveMode label {
  display: block;
}
/* line 315, ../sass/_quiz_base.scss */
#plantList footer form.additiveMode label.selectedBeforeFinalize {
  display: none;
}
/* line 321, ../sass/_quiz_base.scss */
#plantList footer form.subtractiveMode label {
  display: none;
}
/* line 325, ../sass/_quiz_base.scss */
#plantList footer form.subtractiveMode label.selectedBeforeFinalize {
  display: block;
}
/* line 330, ../sass/_quiz_base.scss */
#plantList footer form .submit {
  display: block;
  height: 24px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: #bf6e2a;
  background-color: rgba(191, 110, 42, 0.8);
  border: none;
  padding: 0 20px;
  margin: 22px auto 0;
}
/* line 343, ../sass/_quiz_base.scss */
#plantList footer form .submit:hover {
  background-color: #bf6e2a;
}

/* line 355, ../sass/_quiz_base.scss */
#quizResult header {
  background-image: url("../img/quizBlueLow.jpg");
  padding: 40px 13px 30px;
}
/* line 359, ../sass/_quiz_base.scss */
#quizResult header h1, #quizResult header h2 {
  display: block;
  padding: 0;
  margin: 0 auto;
}
/* line 365, ../sass/_quiz_base.scss */
#quizResult header h1 {
  min-height: 40px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 8px;
}
/* line 373, ../sass/_quiz_base.scss */
#quizResult header h2 {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
}
/* line 379, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols {
  width: 100%;
  margin: 0 auto;
}
/* line 383, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .inner {
  position: relative;
  background-image: url("../img/quizWhiteLow.jpg");
  text-align: center;
  padding: 18px 0px;
  margin: 20px auto;
}
/* line 390, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .inner .downArrow {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  height: 23px;
  background-image: url("../img/quizResultHeaderDownArrow.png");
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 401, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .inner .ivy {
  display: none;
}
/* line 405, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .inner h3 {
  color: #4e2717;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 415, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .plantSymbolContainer {
  width: 100%;
  max-width: 588px;
  margin: 0 auto;
}
/* line 420, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .plantSymbolContainer .plantSymbol {
  display: inline-block;
  float: left;
  width: 33%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
/* line 428, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content {
  padding-top: 91.32%;
}
/* line 431, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content p {
  display: none;
}
/* line 435, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content span {
  display: none;
}
/* line 439, ../sass/_quiz_base.scss */
#quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content h4 {
  color: #bf6e2a;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
/* line 452, ../sass/_quiz_base.scss */
#quizResult header .shareContainer {
  width: 100%;
  max-width: 335px;
  text-align: center;
  margin: 0 auto;
}
/* line 458, ../sass/_quiz_base.scss */
#quizResult header .shareContainer p {
  font-size: 14px;
  padding: 20px 0;
  margin: 0;
}
/* line 463, ../sass/_quiz_base.scss */
#quizResult header .shareContainer p span {
  color: #c06f2c;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
}
/* line 469, ../sass/_quiz_base.scss */
#quizResult header .shareContainer .button {
  width: 92px;
  height: 40px;
  background-color: #bf6e2a;
  background-color: rgba(191, 110, 42, 0.8);
  background-position: center center;
  background-size: 92px 40px;
  background-repeat: no-repeat;
}
/* line 478, ../sass/_quiz_base.scss */
#quizResult header .shareContainer .button:hover {
  background-color: #bf6e2a;
}
/* line 483, ../sass/_quiz_base.scss */
#quizResult header .shareContainer .pinterest {
  float: right;
  background-image: url("../img/quizResultSharePinterest.png");
}
/* line 488, ../sass/_quiz_base.scss */
#quizResult header .shareContainer .facebook {
  float: left;
  background-image: url("../img/quizResultShareFacebook.png");
}
/* line 493, ../sass/_quiz_base.scss */
#quizResult header .shareContainer .twitter {
  background-image: url("../img/quizResultShareTwitter.png");
  margin: 0 auto;
}
/* line 498, ../sass/_quiz_base.scss */
#quizResult header .shareContainer .scrollDown {
  display: none;
}
/* line 505, ../sass/_quiz_base.scss */
#quizResult #quizResultBody {
  background-image: url("../img/mainRepeating_white.jpg");
  padding: 26px 13px;
}
/* line 509, ../sass/_quiz_base.scss */
#quizResult #quizResultBody section {
  margin-bottom: 25px;
}
/* line 512, ../sass/_quiz_base.scss */
#quizResult #quizResultBody section h3 {
  position: relative;
  width: 273px;
  padding: 0;
  margin: 0 auto 11px;
}
/* line 518, ../sass/_quiz_base.scss */
#quizResult #quizResultBody section h3 span {
  display: block;
  width: 100%;
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #a28e81;
}
/* line 531, ../sass/_quiz_base.scss */
#quizResult #quizResultBody section h3 .downArrow {
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 11px;
  background-image: url("../img/quizResultH3DownArrow.png");
  background-position: center top;
  background-repeat: no-repeat;
}
/* line 544, ../sass/_quiz_base.scss */
#quizResult #quizResultBody section .plantImage {
  width: 273px;
  height: 251px;
  background-position: center center;
  background-size: 273px 251px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/* line 553, ../sass/_quiz_base.scss */
#quizResult #quizResultBody section .plantDetailCollapsible {
  border-left: 1px solid #d1c6be;
  border-right: 1px solid #d1c6be;
  border-bottom: 1px solid #d1c6be;
}

@media only screen and (min-width: 875px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line. 
  
  ******************************************************************/
  /* line 24, ../sass/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../sass/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../sass/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../sass/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../sass/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../sass/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../sass/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../sass/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../sass/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../sass/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../sass/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../sass/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../sass/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  /* line 42, ../sass/_grid.scss */
  .onecol .ie-lt9, .twocol .ie-lt9, .threecol .ie-lt9, .fourcol .ie-lt9, .fivecol .ie-lt9, .sixcol .ie-lt9, .sevencol .ie-lt9, .eightcol .ie-lt9, .ninecol .ie-lt9, .tencol .ie-lt9, .elevencol .ie-lt9, .twelvecol .ie-lt9 {
    margin-left: 2.5%;
  }

  /* line 47, ../sass/_grid.scss */
  .first {
    clear: both;
    margin-left: 0;
  }

  /* line 52, ../sass/_grid.scss */
  .last {
    float: right;
  }

  /* ----- HOME & GLOBAL -----  */
  /* line 3, ../sass/_875.scss */
  .container {
    width: 100%;
  }

  /* line 7, ../sass/_875.scss */
  #mainPageHeader {
    height: 81px;
  }
  /* line 10, ../sass/_875.scss */
  #mainPageHeader nav {
    width: 100%;
    height: 81px;
    margin: 0 auto;
  }
  /* line 17, ../sass/_875.scss */
  #mainPageHeader .Level1Mobile {
    display: none;
  }
  /* line 21, ../sass/_875.scss */
  #mainPageHeader #searchForm {
    height: 130px;
    top: 81px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
  }
  /* line 28, ../sass/_875.scss */
  #mainPageHeader #searchForm .closeForm {
    margin-bottom: 2em;
  }
  /* line 30, ../sass/_875.scss */
  #mainPageHeader #searchForm .closeForm span {
    display: inline;
  }
  /* line 35, ../sass/_875.scss */
  #mainPageHeader #searchForm:after {
    height: 0;
  }
  /* line 40, ../sass/_875.scss */
  #mainPageHeader #searchForm input[type="text"] {
    height: 45px;
    width: 550px;
  }
  /* line 44, ../sass/_875.scss */
  #mainPageHeader #searchForm input[type="submit"] {
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    height: 45px;
  }
  /* line 52, ../sass/_875.scss */
  #mainPageHeader #searchFormBg {
    top: 81px;
  }
  /* line 56, ../sass/_875.scss */
  #mainPageHeader .showMenu, #mainPageHeader .hideMenu, #mainPageHeader .collapsedMobile {
    display: block;
  }
  /* line 60, ../sass/_875.scss */
  #mainPageHeader div.Level1Expanded {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 38px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) inset;
  }
  /* line 70, ../sass/_875.scss */
  #mainPageHeader div.Level1Expanded .searchBTN a {
    display: inline-block;
    right: 5%;
    width: 16px;
    height: 16px;
    background-image: url("../img/searchBTN-320.png");
    background-size: contain;
    margin: -12px 0 0;
  }
  /* line 81, ../sass/_875.scss */
  #mainPageHeader .topNav {
    list-style-type: none;
    width: 100%;
    height: 16px;
    font-size: 10px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    display: block;
    position: relative;
    padding: 5px 0px 0px 0px;
    margin: 0;
  }
  /* line 91, ../sass/_875.scss */
  #mainPageHeader .topNav li {
    display: inline;
    margin-left: 20px;
    position: relative;
    float: right;
  }
  /* line 97, ../sass/_875.scss */
  #mainPageHeader .topNav li.promo {
    display: inline;
    margin-left: 0px;
    position: relative;
    float: left;
  }
  /* line 103, ../sass/_875.scss */
  #mainPageHeader .topNav a {
    color: #c4712d;
    text-transform: uppercase;
    text-decoration: none;
  }
  /* line 108, ../sass/_875.scss */
  #mainPageHeader .topNav a:hover {
    color: #C89D74;
  }
  /* line 111, ../sass/_875.scss */
  #mainPageHeader .topNav span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
  /* line 118, ../sass/_875.scss */
  #mainPageHeader ul.mainNav {
    background-color: transparent;
    margin: 0;
    border-bottom: 0;
    position: absolute;
    top: 20px;
    padding: 7px 0px 5px 0px;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  }
  /* line 131, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li {
    border-top: 0;
    height: 22px;
    vertical-align: top;
    position: absolute;
    background-image: none;
    margin-top: 0px;
    padding: 0px;
    background-color: transparent;
  }
  /* line 141, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.btnsLeft {
    margin-left: 0px;
    margin-right: 40px;
    position: relative;
    float: left;
  }
  /* line 148, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.btnsRight {
    margin-right: 0px;
    margin-left: 40px;
    position: relative;
    float: right;
    clear: none;
  }
  /* line 156, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li > a {
    display: block;
    height: 25px;
    padding: 0px;
    padding-right: 14px;
    font-size: 11px;
    color: #803314;
    text-transform: uppercase;
    text-decoration: none;
  }
  /* line 171, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded > a {
    display: block;
  }
  /* line 176, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li .secondLevelContainer {
    display: none;
  }
  /* line 180, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer {
    display: block;
    position: absolute;
    top: 25px;
    left: -35px;
    width: 768px;
    background-color: #fff;
    padding: 25px 35px;
    box-sizing: border-box;
    -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
  }
  /* line 191, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ._secondaryLink, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li.special, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li > a {
    display: block;
    color: #4e2717;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* line 199, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer ._secondaryLink:hover, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li.special:hover, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li > a:hover {
    color: #b2988e;
  }
  /* line 204, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 210, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li.first, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li.special {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  /* line 216, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li.special {
    position: absolute;
    top: 24px;
    left: 35px;
  }
  /* line 223, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li.goBack {
    display: none;
  }
  /* line 227, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li {
    border-top: 1px solid #d0c5bc;
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
  /* line 236, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li.collapsedMobile > a {
    padding: 0 0 4px;
  }
  /* line 240, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 245, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li ul li {
    border-top: none;
    padding: 0;
    margin: 0;
  }
  /* line 250, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer > ul li ul li a {
    display: block;
    color: #bf6e2a;
    font-size: 11px;
    line-height: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    padding: 4px 0;
  }
  /* line 265, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav1Col {
    width: 190px;
  }
  /* line 270, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav2Col > ul, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav3Col > ul, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav4Col > ul, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav5Col > ul {
    float: left;
    margin: 0 0 0 4%;
  }
  /* line 274, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav2Col > ul:first-child, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav3Col > ul:first-child, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav4Col > ul:first-child, #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav5Col > ul:first-child {
    margin-left: 0;
  }
  /* line 280, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav2Col {
    width: 349px;
    padding-top: 60px;
  }
  /* line 284, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav2Col > ul {
    width: 48%;
  }
  /* line 289, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav3Col {
    width: 523px;
    padding-top: 60px;
  }
  /* line 293, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav3Col > ul {
    width: 30.65%;
  }
  /* line 298, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav4Col {
    width: 768px;
    padding-top: 60px;
  }
  /* line 302, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav4Col > ul {
    width: 22%;
  }
  /* line 307, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav5Col {
    width: 768px;
    padding-top: 60px;
  }
  /* line 311, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav5Col > ul {
    width: 16.8%;
  }
  /* line 317, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(1) .secondLevelContainer {
    left: -35px;
  }
  /* line 321, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(2) .secondLevelContainer {
    left: -35px;
  }
  /* line 324, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(2) .secondLevelContainer.nav4Col {
    left: -175px;
  }
  /* line 330, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(4) .secondLevelContainer {
    left: auto;
    right: -35px;
  }
  /* line 334, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(4) .secondLevelContainer.nav4Col {
    right: -175px;
  }
  /* line 340, ../sass/_875.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(3) .secondLevelContainer {
    left: auto;
    right: -35px;
  }
  /* line 346, ../sass/_875.scss */
  #mainPageHeader ul.mainNav.hideCollapsed > li.collapsed {
    display: inline-block;
  }
  /* line 352, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section {
    margin: 0 2em 0 0;
  }
  /* line 355, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section:last-child {
    margin: 0;
  }
  /* line 358, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section > a {
    padding: 15px 15px 25px 15px !important;
    position: relative;
    margin-top: -15px;
  }
  /* line 363, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section > a:after {
    font-family: fontawesome;
    font-weight: 700;
    font-size: 14px;
    display: block;
    position: absolute;
    color: #803314;
    right: 0;
    bottom: 50%;
  }
  /* line 385, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section.hovered > a {
    background: #fffcf4;
    background-image: url("../img/backgroundTexture-light.jpg");
    box-shadow: inset 0px 3px 1px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  /* line 395, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section.tm-menu-section-nosub > a {
    padding-right: 0px !important;
  }
  /* line 399, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section.tm-menu-section-nosub > a:after, #mainPageHeader .tm-menu-section.tm-menu-section-nosub.collapsed > a:after {
    content: "" !important;
  }
  /* line 403, ../sass/_875.scss */
  #mainPageHeader .tm-menu-section.tm-menu-section-nosub.expanded > a:after {
    content: "" !important;
  }
  /* line 408, ../sass/_875.scss */
  #mainPageHeader .homeBTN {
    left: 55px;
    margin-left: 0;
    width: 104px;
    height: 104px;
    top: 30%;
  }

  /* line 418, ../sass/_875.scss */
  .tm-top-menu {
    display: block;
    height: 33px;
  }

  /* line 423, ../sass/_875.scss */
  .marquee {
    min-height: 390px;
  }
  /* line 426, ../sass/_875.scss */
  .marquee .slide {
    height: 390px;
  }
  /* line 429, ../sass/_875.scss */
  .marquee .slide .image {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
  }
  /* line 438, ../sass/_875.scss */
  .marquee .slide .contentContainer {
    position: absolute;
    z-index: 40;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 695px;
    height: 390px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  /* line 453, ../sass/_875.scss */
  .marquee .slide .content {
    display: table-cell;
    vertical-align: middle;
    height: auto;
  }
  /* line 458, ../sass/_875.scss */
  .marquee .slide .content h1, .marquee .slide .content p, .marquee .slide .content a {
    max-width: 295px;
  }
  /* line 462, ../sass/_875.scss */
  .marquee .slide .content h1 {
    font-size: 55px;
    line-height: 55px;
  }
  /* line 467, ../sass/_875.scss */
  .marquee .slide .content p {
    padding: 12px inherit;
    margin: 0;
  }
  /* line 474, ../sass/_875.scss */
  .marquee .slide.slideLeft .content {
    text-align: left;
  }
  /* line 477, ../sass/_875.scss */
  .marquee .slide.slideLeft .content h1, .marquee .slide.slideLeft .content p, .marquee .slide.slideLeft .content a {
    margin-left: 0;
    margin-right: auto;
  }
  /* line 485, ../sass/_875.scss */
  .marquee .slide.slideRight .content {
    text-align: right;
  }
  /* line 488, ../sass/_875.scss */
  .marquee .slide.slideRight .content h1, .marquee .slide.slideRight .content p, .marquee .slide.slideRight .content a {
    margin-left: auto;
    margin-right: 0;
  }
  /* line 496, ../sass/_875.scss */
  .marquee .nav {
    position: absolute;
    z-index: 50;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 695px;
    text-align: right;
    list-style: none;
    margin: 0 auto;
  }
  /* line 507, ../sass/_875.scss */
  .marquee .nav li {
    display: inline-block;
  }
  /* line 510, ../sass/_875.scss */
  .marquee .nav li.prev {
    position: static;
  }
  /* line 514, ../sass/_875.scss */
  .marquee .nav li.slideLink {
    display: inline-block;
  }
  /* line 517, ../sass/_875.scss */
  .marquee .nav li.slideLink svg {
    width: 10px;
    height: 10px;
    margin: 2px;
  }
  /* line 522, ../sass/_875.scss */
  .marquee .nav li.slideLink svg circle {
    fill: #ffffff;
  }
  /* line 528, ../sass/_875.scss */
  .marquee .nav li.next {
    position: static;
  }
  /* line 533, ../sass/_875.scss */
  .marquee .nav li.prev svg, .marquee .nav li.next svg {
    width: 14px;
    height: 14px;
  }
  /* line 537, ../sass/_875.scss */
  .marquee .nav li.prev svg polyline, .marquee .nav li.next svg polyline {
    stroke: #ffffff;
  }
  /* line 543, ../sass/_875.scss */
  .marquee .nav li:hover, .marquee .nav li.current {
    cursor: pointer;
  }
  /* line 548, ../sass/_875.scss */
  .marquee .nav li:hover.slideLink svg circle, .marquee .nav li.current.slideLink svg circle {
    fill: #bf6e2a;
  }
  /* line 556, ../sass/_875.scss */
  .marquee .nav li:hover.prev svg polyline, .marquee .nav li:hover.next svg polyline, .marquee .nav li.current.prev svg polyline, .marquee .nav li.current.next svg polyline {
    stroke: #bf6e2a;
  }

  /* line 568, ../sass/_875.scss */
  .homeContent {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 577, ../sass/_875.scss */
  .homeContent .articleTitle {
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
  }
  /* line 584, ../sass/_875.scss */
  .homeContent .articleCaption {
    width: 100%;
  }

  /* line 591, ../sass/_875.scss */
  #mainPageFooter {
    height: 244px;
    margin-bottom: 0px;
    display: block;
    clear: both;
  }

  /* line 597, ../sass/_875.scss */
  .footerContentMobile {
    display: none !important;
  }

  /* line 600, ../sass/_875.scss */
  .footerWideWrapper {
    width: 695px;
    position: relative;
    height: 244px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 607, ../sass/_875.scss */
  .footerContentWide {
    display: block;
  }

  /* line 610, ../sass/_875.scss */
  .footerContentWide.cyclePlantIMG {
    float: left;
    width: 222px;
    height: 244px;
    position: relative;
  }
  /* line 615, ../sass/_875.scss */
  .footerContentWide.cyclePlantIMG img {
    position: absolute;
    width: auto;
    height: 177px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  /* line 625, ../sass/_875.scss */
  .footerContentWide.cyclePlantIMG div.img {
    display: none;
  }

  /* line 630, ../sass/_875.scss */
  .footerLinkContainer {
    float: left;
    width: 467px;
    margin-left: 6px;
  }

  /* line 636, ../sass/_875.scss */
  .footerContentWide.footerNav {
    display: block;
    height: 57px;
    width: 365px;
    padding-left: 0px;
    padding-top: 30px;
  }
  /* line 643, ../sass/_875.scss */
  .footerContentWide.footerNav ul {
    float: left;
    width: 30.5%;
    padding: 0;
    margin: 0 2% 0 0;
  }
  /* line 649, ../sass/_875.scss */
  .footerContentWide.footerNav ul li {
    line-height: 14px;
    padding: 3px 0 0;
    margin: 0;
  }
  /* line 656, ../sass/_875.scss */
  .footerContentWide.footerNav a.footerLink {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10.5px;
    margin: 0px;
    padding: 0px;
    position: relative;
    color: #803314;
    display: inline-block;
    margin-left: 7px;
    text-indent: -7px;
  }
  /* line 671, ../sass/_875.scss */
  .footerContentWide.footerNav a.footerLink:hover {
    color: #af7e6b;
  }

  /* line 676, ../sass/_875.scss */
  .footerContentWide.socialLinks {
    width: 115px;
    margin: 30px 0px 0px 0px;
    float: right;
  }
  /* line 681, ../sass/_875.scss */
  .footerContentWide.socialLinks p {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    width: 100%;
    color: #803314;
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 3px;
  }
  /* line 692, ../sass/_875.scss */
  .footerContentWide.socialLinks a {
    display: block;
    width: 28px;
    height: 22px;
    float: left;
    margin: 0 3px 0 0;
  }
  /* line 699, ../sass/_875.scss */
  .footerContentWide.socialLinks a:last-child {
    margin-right: 0px;
  }

  /*
  .footerContentWide.subscribe2newsletter {
  	display: block;
  	color: $footerLinkBrown;
  	margin-right: 0px;
  	margin-top: 30px;
  	margin-left: 0px;
  	padding-left: 0px;
  	padding-top: 26px;
  	position: relative;
  	float: right;
  	width: 460px;
  	p {
  		margin-left: 0px;
  		margin-top: 0px;
  		margin-right: 7px;
  		padding: 0px;
  		line-height: 15px;
  		font-size: 11px;
  		float: left;
  		width: 200px;
  		white-space: pre-line;
  	}
  	form {
  		float: right;
  	}
  	input {
  		height: 28px;
  		margin-top: 0px;
  	}
  	input.newsletterInput {
  		width: 158px !important;
  		border: solid 1px #c8bda6;
  		padding-top: 1px;
  		padding-bottom: 0px;
  		color: #6d2b11 !important;
  		@include sansSerifMedium;
  		margin-right: 7px;
  		background-color: #f6f4ed;
  	}
  	input[type=button], input[type=submit] {
  		margin-left: 0px;
  		width: 80px;
  		background-color: $lightBrown;
  		color: #ffffff;
  		@include sansSerifMedium;
  		font-size: 12px;
  		border: none;
  		text-align: center;
  		padding-top: 1px;
  		padding-bottom: 0px;
  		position: relative;
  	}
  	input[type=button]:hover, input[type=submit]:hover {
  		background-color: #C89D74;
  		color: #ffffff;
  	}
  	input[placeholder], [placeholder], *[placeholder], input::-webkit-input-placeholder {
  		color: #6d2b11 !important;
  		@include sansSerifMedium;
  		padding-left: 9px;
  		font-size: 10px;
  	}
  	input:focus::-webkit-input-placeholder {
  		color: transparent;
  		outline: 0;
  	}
  	input:focus {
  		outline: 0;
  	}
  }
  */
  /* line 778, ../sass/_875.scss */
  .footerContentWide.legalNotice {
    display: block;
    float: left;
    width: 460px;
    font-size: 10px;
    color: #803314;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    margin: 10px 0px 0px 6px;
    line-height: 15px;
  }

  /* line 788, ../sass/_875.scss */
  .footerContentWide.legalNotice span {
    display: block;
    margin: 1px 0px 0px 0px;
    position: relative;
  }

  /* line 794, ../sass/_875.scss */
  .breadcrumbs {
    display: block;
    position: relative;
    top: 10px;
    left: 38px;
    z-index: -1;
    width: 100%;
    max-width: 768px;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    color: #662b14;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 809, ../sass/_875.scss */
  .breadcrumbs p {
    width: 200px;
    margin-top: 0px;
  }
  /* line 813, ../sass/_875.scss */
  .breadcrumbs p span {
    color: #c4712d;
  }
  /* line 817, ../sass/_875.scss */
  .breadcrumbs p a {
    color: #c4712d;
    text-decoration: none;
  }
  /* line 821, ../sass/_875.scss */
  .breadcrumbs p a:hover {
    color: #C89D74;
    text-decoration: underline;
  }

  /* ----- COLLAPSIBLE CONTENT DEFAULT STYLES -----  */
  /* line 831, ../sass/_875.scss */
  .defaultCollapsible {
    position: relative;
    width: auto;
    min-height: 331px;
    padding: 70px 33px 33px;
    margin: 0;
  }
  /* line 838, ../sass/_875.scss */
  .defaultCollapsible .navLi {
    display: block;
    position: absolute;
    top: 33px;
    left: 33px;
    width: 25%;
    height: auto;
    background-color: transparent;
    background-image: none;
    border-top: none;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  }
  /* line 850, ../sass/_875.scss */
  .defaultCollapsible .navLi.navLi1 {
    left: 33px;
    width: 222px;
  }
  /* line 855, ../sass/_875.scss */
  .defaultCollapsible .navLi.navLi2 {
    left: 255px;
    width: 422px;
  }
  /* line 860, ../sass/_875.scss */
  .defaultCollapsible .navLi.navLi3 {
    left: 455px;
    width: 237px;
  }
  /* line 865, ../sass/_875.scss */
  .defaultCollapsible .navLi span {
    display: inline-block;
    width: auto;
    color: #c4712d;
    font-size: inherit;
    text-transform: uppercase;
    border-bottom: solid 3px transparent;
    padding: 0;
  }
  /* line 874, ../sass/_875.scss */
  .defaultCollapsible .navLi span:hover {
    color: #9a7e75;
    border-bottom: solid 3px #9a7e75;
  }
  /* line 880, ../sass/_875.scss */
  .defaultCollapsible .navLi.expanded {
    background-image: none;
  }
  /* line 883, ../sass/_875.scss */
  .defaultCollapsible .navLi.expanded span, .defaultCollapsible .navLi.expanded span:hover {
    color: #9a7e75;
    border-bottom: solid 3px #9a7e75;
  }
  /* line 890, ../sass/_875.scss */
  .defaultCollapsible .contentLi {
    background-color: transparent;
    padding-left: 0;
  }
  /* line 894, ../sass/_875.scss */
  .defaultCollapsible .contentLi h3 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  /* line 899, ../sass/_875.scss */
  .defaultCollapsible .contentLi p {
    margin-top: 3px;
    padding-top: 0px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
  }

  /* ----- GENERIC CONTENT (BLOG POST) -----  */
  /* line 913, ../sass/_875.scss */
  article.genericContent header.withoutImage {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 918, ../sass/_875.scss */
  article.genericContent header.withoutImage h1 {
    font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
  }
  /* line 924, ../sass/_875.scss */
  article.genericContent header.withImage {
    width: 100%;
    height: 390px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  /* line 932, ../sass/_875.scss */
  article.genericContent header.withImage figure {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0px;
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
  }
  /* line 949, ../sass/_875.scss */
  article.genericContent header.withImage .copyContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: table;
    width: 768px;
    height: 100%;
    margin: 0 auto;
  }
  /* line 962, ../sass/_875.scss */
  article.genericContent header.withImage .copy {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: 768px;
    padding: 0 38px;
    margin: 0 auto;
  }
  /* line 970, ../sass/_875.scss */
  article.genericContent header.withImage .copy h1 {
    display: block;
    font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 57px;
    line-height: 50px;
    width: 300px;
    text-align: left;
    padding: 0;
    margin: 0 0 12px;
  }
  /* line 981, ../sass/_875.scss */
  article.genericContent header.withImage .copy p {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 350px;
    line-height: 18px;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  /* line 995, ../sass/_875.scss */
  article.genericContent .columnsWrapper {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1003, ../sass/_875.scss */
  article.genericContent section h3, article.genericContent section h4, article.genericContent section h4 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  /* line 1009, ../sass/_875.scss */
  article.genericContent section p {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    margin-top: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  /* line 1018, ../sass/_875.scss */
  article.genericContent section p a {
    color: #c4712d;
  }
  /* line 1022, ../sass/_875.scss */
  article.genericContent section p a:hover {
    color: #C89D74;
  }
  /* line 1030, ../sass/_875.scss */
  article.genericContent aside h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0px;
  }
  /* line 1037, ../sass/_875.scss */
  article.genericContent aside div.tout {
    float: left;
    width: 28.33%;
    margin: 0 0 0 7.5%;
  }
  /* line 1042, ../sass/_875.scss */
  article.genericContent aside div.tout:first-of-type {
    margin-left: 0;
  }
  /* line 1047, ../sass/_875.scss */
  article.genericContent aside div hr {
    border-color: #662b14;
    color: #662b14;
  }
  /* line 1053, ../sass/_875.scss */
  article.genericContent aside div h3, article.genericContent aside div h4 {
    font-size: 13px;
  }
  /* line 1057, ../sass/_875.scss */
  article.genericContent aside div figure {
    text-align: center;
    width: 100%;
    height: auto;
    box-sizing: content-box;
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1067, ../sass/_875.scss */
  article.genericContent aside div figure img {
    width: 100%;
    height: auto;
  }
  /* line 1073, ../sass/_875.scss */
  article.genericContent aside div p {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
  }
  /* line 1077, ../sass/_875.scss */
  article.genericContent aside div a.learnMore {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    line-height: 11px;
    margin-top: 0px;
    color: #c4712d;
  }
  /* line 1086, ../sass/_875.scss */
  article.genericContent aside div a.learnMore.learnMore:hover {
    color: #C89D74;
  }

  /* ----- PLANT PAGES -----  */
  /* line 1097, ../sass/_875.scss */
  article.plantPage header {
    position: relative;
    min-height: 540px;
  }
  /* line 1101, ../sass/_875.scss */
  article.plantPage header .plantHeaderBG {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background-size: cover;
    background-position: center top;
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15) inset;
    padding: 0;
  }
  /* line 1114, ../sass/_875.scss */
  article.plantPage header .inner {
    position: absolute;
    z-index: 10;
    top: 67px;
    left: 0;
    right: 0;
    max-width: 768px;
  }
  /* line 1122, ../sass/_875.scss */
  article.plantPage header .inner .padding {
    padding: 0 38px;
  }
  /* line 1126, ../sass/_875.scss */
  article.plantPage header .inner .borderWrapper {
    border-bottom: 2px solid #95776e;
  }
  /* line 1131, ../sass/_875.scss */
  article.plantPage header h1 {
    position: relative;
    width: 386px;
    height: 97px;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  /* line 1139, ../sass/_875.scss */
  article.plantPage header h1 span {
    position: absolute;
    bottom: 7px;
    left: 0;
    font-size: 70px;
    line-height: 100%;
    font-family: 'Lusitana', 'Garamond', 'Georgia', serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.015em;
    white-space: nowrap;
  }
  /* line 1150, ../sass/_875.scss */
  article.plantPage header p {
    width: 450px;
    height: 230px;
    font-size: 26px;
    line-height: 36px;
    padding: 25px;
    margin: 40px 0 0 0;
  }
  /* line 1159, ../sass/_875.scss */
  article.plantPage header .plantImage {
    position: absolute;
    bottom: 0;
    right: 38px;
    height: 230px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    margin: 0;
  }
  /* line 1170, ../sass/_875.scss */
  article.plantPage header .plantImage {
    width: 220px;
  }
  /* line 1173, ../sass/_875.scss */
  article.plantPage header .plantImage div {
    width: 220px;
    height: 185px;
    padding-top: 0px !important;
    margin: 45px auto 0;
  }
  /* line 1181, ../sass/_875.scss */
  article.plantPage header .shareThisStory {
    position: absolute;
    top: 35px;
    right: 38px;
  }
  /* line 1188, ../sass/_875.scss */
  article.plantPage section {
    width: 100%;
    max-width: 692px;
    margin: 0 auto;
  }
  /* line 1193, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible {
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
  /* line 1199, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .navLi1, article.plantPage section .plantDetailCollapsible .navLi2, article.plantPage section .plantDetailCollapsible .navLi3, article.plantPage section .plantDetailCollapsible .navLi4, article.plantPage section .plantDetailCollapsible .navLi5 {
    width: auto;
  }
  /* line 1203, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .navLi1 {
    left: 0;
  }
  /* line 1207, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .navLi2 {
    left: 20%;
  }
  /* line 1211, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .navLi3 {
    left: 40%;
  }
  /* line 1215, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .navLi4 {
    left: 60%;
  }
  /* line 1219, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .navLi5 {
    left: 80%;
  }
  /* line 1223, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .contentLi {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1227, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .contentLi .contentWithVideo {
    float: left;
    width: 351px;
    margin-right: 48px;
  }
  /* line 1233, ../sass/_875.scss */
  article.plantPage section .plantDetailCollapsible .contentLi .video {
    float: left;
    margin: 0;
  }
  /* line 1240, ../sass/_875.scss */
  article.plantPage section .otherPlants {
    padding: 0;
  }
  /* line 1243, ../sass/_875.scss */
  article.plantPage section .otherPlants .wp-gallery.loaded {
    margin-left: 0;
    margin-right: 0;
  }

  /* ----- SEARCH RESULTS -----  */
  /* line 1254, ../sass/_875.scss */
  #searchResults a.searchResult.withImage {
    padding-left: 120px;
  }
  /* line 1257, ../sass/_875.scss */
  #searchResults a.searchResult.withImage img {
    display: block;
    float: left;
    max-width: 200px;
    height: auto;
    margin: 0 20px 0 -120px;
  }

  /* ----- PRODUCT LISTING -----  */
  /* line 1270, ../sass/_875.scss */
  .productListingPage, .productListingPage .container {
    background: url("../img/backgroundTexture.jpg");
    background-color: #fffae8;
  }

  /* line 1276, ../sass/_875.scss */
  .productListSideNav {
    float: left;
    display: block;
    width: 19.53%;
    font-size: 11px;
    margin-left: 0px;
    margin-top: 17px;
    position: relative;
  }
  /* line 1284, ../sass/_875.scss */
  .productListSideNav ul {
    list-style-type: none;
  }
  /* line 1287, ../sass/_875.scss */
  .productListSideNav li {
    border-bottom: solid 1px #cabca7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
  }
  /* line 1293, ../sass/_875.scss */
  .productListSideNav li.firstCategory {
    border-top: solid 1px #662b14;
  }
  /* line 1296, ../sass/_875.scss */
  .productListSideNav li.currentProduct {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    border-bottom: none;
  }
  /* line 1300, ../sass/_875.scss */
  .productListSideNav .currentProduct a {
    color: #95776c;
  }
  /* line 1303, ../sass/_875.scss */
  .productListSideNav a {
    text-decoration: none;
    color: #803314;
    text-transform: uppercase;
  }
  /* line 1308, ../sass/_875.scss */
  .productListSideNav a:hover {
    color: #af7e6b;
  }
  /* line 1311, ../sass/_875.scss */
  .productListSideNav ul.productChildren {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    position: relative;
    width: 110%;
  }
  /* line 1318, ../sass/_875.scss */
  .productListSideNav .productChildren li {
    border-bottom: none;
  }
  /* line 1321, ../sass/_875.scss */
  .productListSideNav .productChildren li a {
    color: #c4712d;
    text-transform: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
  }
  /* line 1326, ../sass/_875.scss */
  .productListSideNav .productChildren li a:hover {
    color: #C89D74;
  }
  /* line 1329, ../sass/_875.scss */
  .productListSideNav li.lastCategory {
    border-bottom: solid 1px #662b14;
  }

  /* line 1333, ../sass/_875.scss */
  .productListingContent {
    float: none;
    padding: 55px 0px 0px 0px;
    margin: 0px auto 0 auto;
    background: transparent;
    width: 768px;
    height: auto;
    position: relative;
  }

  /* line 1342, ../sass/_875.scss */
  .productIntro {
    width: 64%;
    padding-left: 38px;
    margin-left: 19.53%;
  }
  /* line 1347, ../sass/_875.scss */
  .productIntro h1 {
    font-size: 36px;
    margin-top: 0px;
    position: relative;
  }
  /* line 1353, ../sass/_875.scss */
  .productIntro h1 span {
    vertical-align: bottom;
    line-height: 25px;
    margin-bottom: 0px;
  }
  /* line 1359, ../sass/_875.scss */
  .productIntro .productSymbol {
    display: block;
    width: 112px;
    height: 112px;
    background-size: contain;
  }

  /* line 1366, ../sass/_875.scss */
  div.categoryItems {
    width: auto;
    padding-left: 38px;
    margin-top: 30px;
    margin-left: 19.53%;
  }
  /* line 1372, ../sass/_875.scss */
  div.categoryItems ul {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  /* ----- PRODUCT DETAIL -----  */
  /* line 1381, ../sass/_875.scss */
  .productDetailPage {
    background-image: url("../img/mainRepeating_white.jpg");
    background-color: #fcfaf3;
    background-position: center 700px;
  }

  /* line 1387, ../sass/_875.scss */
  .productDetailContent {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    position: relative;
    background: url("../img/mainRepeating_light.jpg");
    background-repeat: repeat;
  }

  /* line 1401, ../sass/_875.scss */
  .productDetailMain {
    margin: 0px auto 0px auto;
    padding-bottom: 57px;
    padding-top: 75px;
    width: 695px;
    width: 100%;
    max-width: 1024px;
    min-height: 459px;
    position: relative;
    padding-left: 28%;
  }
  /* line 1414, ../sass/_875.scss */
  .productDetailMain.has-slider #BVRRSummaryContainer {
    top: 474px;
  }
  /* line 1418, ../sass/_875.scss */
  .productDetailMain h1 {
    display: block;
    text-align: left;
    font-size: 42px;
    padding: 0;
    margin: 0;
  }
  /* line 1426, ../sass/_875.scss */
  .productDetailMain figure {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 259px;
    height: 347px;
    text-align: left;
    margin: 0 0 0 1em;
  }
  /* line 1435, ../sass/_875.scss */
  .productDetailMain figure.k-cup {
    margin-top: 45px;
  }
  /* line 1438, ../sass/_875.scss */
  .productDetailMain figure.k-cup + figure {
    width: 181.3px;
    margin-left: 38.85px;
    margin-top: 250px;
  }
  /* line 1446, ../sass/_875.scss */
  .productDetailMain #BVRRSummaryContainer {
    width: 259px;
    position: absolute;
    left: 6px;
    top: 424px;
  }
  /* line 1451, ../sass/_875.scss */
  .has-slider .productDetailMain #BVRRSummaryContainer {
    top: 474px;
  }
  /* line 1454, ../sass/_875.scss */
  .productDetailMain #BVRRSummaryContainer.k-cup {
    top: 500px;
  }
  /* line 1459, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible {
    min-height: 216px;
    border: none;
    padding: 30px 0 0;
  }
  /* line 1464, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi {
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
  }
  /* line 1470, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi1 {
    left: 0px;
  }
  /* line 1474, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi2 {
    left: 18%;
  }
  /* line 1478, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi3 {
    left: 42%;
  }
  /* line 1482, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi4 {
    left: 63%;
  }
  /* line 1486, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi5 {
    left: 0px;
    top: 30px;
  }
  /* line 1491, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi span {
    color: #c4712d;
  }
  /* line 1494, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi span:hover {
    color: #9a7e75;
    border-bottom: solid 3px #9a7e75;
  }
  /* line 1501, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .navLi.expanded span, .productDetailMain .productDetailCollapsible .navLi.expanded span:hover {
    color: #9a7e75;
    border-bottom: solid 3px #9a7e75;
  }
  /* line 1508, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .contentLi {
    margin-top: 25px;
    background-color: transparent;
    padding-left: 0;
  }
  /* line 1513, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .contentLi h3 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  /* line 1518, ../sass/_875.scss */
  .productDetailMain .productDetailCollapsible .contentLi p {
    margin-top: 3px;
    padding-top: 0px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
  }
  /* line 1528, ../sass/_875.scss */
  .productDetailMain .productDetailActions.top {
    display: none;
  }
  /* line 1532, ../sass/_875.scss */
  .productDetailMain .productDetailActions.bottom {
    display: block;
    margin: 15px 0px 25px 0px;
  }
  /* line 1537, ../sass/_875.scss */
  .productDetailMain .productDetailActions .buyNow {
    float: left;
    width: 145px;
    margin: 0;
  }
  /* line 1542, ../sass/_875.scss */
  .productDetailMain .productDetailActions .buyNow a {
    width: 145px;
  }
  /* line 1547, ../sass/_875.scss */
  .productDetailMain .productDetailActions .shareNow {
    float: left;
    margin: 0 0 0 6%;
  }
  /* line 1553, ../sass/_875.scss */
  .productDetailMain .productDetailActions .shareNow span {
    display: none;
  }
  /* line 1558, ../sass/_875.scss */
  .productDetailMain .productDetailActions.noBuyNow .shareNow {
    margin: 0;
  }

  /* line 1564, ../sass/_875.scss */
  .productDetailRelated {
    margin: 0px auto 0px auto;
    padding-bottom: 30px;
    padding-top: 40px;
  }
  /* line 1569, ../sass/_875.scss */
  .productDetailRelated.not-updated .innerPadding {
    width: 695px;
    margin: 0px auto 0px auto;
    padding: 0 1em;
  }
  /* line 1575, ../sass/_875.scss */
  .productDetailRelated .innerPadding {
    width: 100%;
    margin: 0px auto 0px auto;
  }
  /* line 1582, ../sass/_875.scss */
  .productDetailRelated h2 {
    margin: 0px;
  }
  /* line 1590, ../sass/_875.scss */
  .productDetailRelated.not-updated .relatedProducts {
    float: left;
    width: 63.55%;
  }
  /* line 1594, ../sass/_875.scss */
  .productDetailRelated.not-updated .relatedContent {
    float: left;
    width: 32.22%;
    padding: 0;
    margin: 0 0 0 4.22%;
  }
  /* line 1602, ../sass/_875.scss */
  .productDetailRelated.not-updated .relatedProducts ul li {
    width: 22.5%;
    text-align: left;
    margin: 0 2.5% 35px 0;
  }
  /* line 1610, ../sass/_875.scss */
  .productDetailRelated .relatedProducts {
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  /* line 1616, ../sass/_875.scss */
  .productDetailRelated .relatedProducts h2 {
    margin: 0px;
  }
  /* line 1620, ../sass/_875.scss */
  .productDetailRelated .relatedProducts .arrows320 {
    display: none;
  }
  /* line 1624, ../sass/_875.scss */
  .productDetailRelated .relatedProducts ul {
    padding: 0;
    margin: 12px 0 0 0;
  }
  /* line 1628, ../sass/_875.scss */
  .productDetailRelated .relatedProducts ul li {
    text-align: center;
  }
  /* line 1632, ../sass/_875.scss */
  .not-updated .productDetailRelated .relatedProducts ul li {
    width: 22.5%;
    text-align: left;
    margin: 0 2.5% 35px 0;
  }
  /* line 1639, ../sass/_875.scss */
  .productDetailRelated .relatedProducts ul li a figure .imgWidth {
    margin: 0;
  }
  /* line 1645, ../sass/_875.scss */
  .productDetailRelated .relatedProducts ul li.k-cup .imgWidth {
    width: 100%;
  }
  /* line 1648, ../sass/_875.scss */
  .productDetailRelated .relatedProducts ul li.k-cup .imgWidth div {
    padding-top: 107%;
  }
  /* line 1654, ../sass/_875.scss */
  .productDetailRelated .relatedProducts ul li:nth-of-type(3) ~ li {
    display: inline-block;
  }
  /* line 1661, ../sass/_875.scss */
  .productDetailRelated.noRelatedContent .relatedProducts {
    float: none;
    width: 100%;
  }
  /* line 1665, ../sass/_875.scss */
  .productDetailRelated.noRelatedContent .relatedProducts ul li {
    width: 17.5%;
    margin: 0 2.5% 35px 0;
  }
  /* line 1679, ../sass/_875.scss */
  .productDetailRelated .relatedContent h2 {
    text-align: left;
  }
  /* line 1686, ../sass/_875.scss */
  .not-updated .productDetailRelated .relatedContent {
    float: left;
    width: 32.22%;
    padding: 0;
    margin: 0 0 0 4.22%;
  }
  /* line 1691, ../sass/_875.scss */
  .not-updated .productDetailRelated .relatedContent h2 {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0px;
    border-bottom: 1px solid #662b14;
    width: 100%;
  }
  /* line 1699, ../sass/_875.scss */
  .productDetailRelated .relatedContent .articleBlurb {
    margin: 0;
  }
  /* line 1702, ../sass/_875.scss */
  .productDetailRelated .relatedContent .articleBlurb p {
    font-size: 11.5px;
    line-height: 16px;
  }
  /* line 1708, ../sass/_875.scss */
  .productDetailRelated .relatedContent .arrows320 {
    display: none;
  }

  /* ----- STORE FINDER -----  */
  /* line 1717, ../sass/_875.scss */
  article.storeFinderContent section {
    width: 55%;
    padding: 0 76px 0 38px;
    margin: 0;
  }
  /* line 1723, ../sass/_875.scss */
  article.storeFinderContent aside {
    width: 45%;
    padding: 0 38px 0 0;
    margin: 0;
  }

  /* line 1730, ../sass/_875.scss */
  .storeFinderContent, .contactContent {
    padding-top: 50px;
  }

  /* line 1738, ../sass/_875.scss */
  .progress .WYSIWYG .tm-4-decades {
    float: left;
    margin: 0 20px 20px 0;
  }
  /* line 1742, ../sass/_875.scss */
  .progress .WYSIWYG ul {
    margin-left: 210px;
  }

  /* line 1, ../sass/_quiz_875.scss */
  #plantList {
    position: relative;
  }
  /* line 4, ../sass/_quiz_875.scss */
  #plantList .quizButton {
    height: 62px;
    line-height: 62px;
  }
  /* line 9, ../sass/_quiz_875.scss */
  #plantList header {
    min-height: 528px;
    background-image: url("../img/quizHeaderBg.jpg");
    background-position: 50% bottom;
    background-repeat: no-repeat;
    padding: 130px 0 53px;
  }
  /* line 16, ../sass/_quiz_875.scss */
  #plantList header .inner {
    width: 682px;
    padding: 0 0 0 341px;
    margin: 0 auto;
  }
  /* line 22, ../sass/_quiz_875.scss */
  #plantList header h1 {
    max-width: 341px;
    background-size: 341px auto;
    margin: 23px 0 49px;
  }
  /* line 28, ../sass/_quiz_875.scss */
  #plantList header h2 {
    max-width: 341px;
  }
  /* line 48, ../sass/_quiz_875.scss */
  #plantList section {
    zoom: 1;
    min-height: 425px;
  }
  /* line 49, ../sass/_quiz_875.scss */
  #plantList section .inner {
    min-height: 777px;
    padding: 60px 0 0;
    margin: 0 auto;
  }
  /* line 35, ../sass/_quiz_875.scss */
  #plantList section .question .copy {
    font-size: 50px;
    line-height: 54px;
    padding: 30px 30px 40px;
  }
  /* line 42, ../sass/_quiz_875.scss */
  #plantList section .questionDownArrow {
    height: 73px;
    margin-bottom: 0;
  }
  /* line 58, ../sass/_quiz_875.scss */
  #plantList section .answers label {
    font-size: 15px;
    line-height: 23px;
  }
  /* line 68, ../sass/_quiz_875.scss */
  #plantList section .inner {
    max-width: 628px;
  }
  /* line 71, ../sass/_quiz_875.scss */
  #plantList section .inner .unzoom {
    zoom: 1;
  }
  /* line 77, ../sass/_quiz_875.scss */
  #plantList .footerUnderlay {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.25);
  }
  /* line 87, ../sass/_quiz_875.scss */
  #plantList footer {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 530px;
    margin-left: -280px;
  }
  /* line 94, ../sass/_quiz_875.scss */
  #plantList footer .inner {
    padding: 33px;
  }
  /* line 98, ../sass/_quiz_875.scss */
  #plantList footer .h1 {
    font-size: 55px;
  }
  /* line 102, ../sass/_quiz_875.scss */
  #plantList footer .questionDownArrow {
    height: 13px;
    margin-bottom: 23px;
  }
  /* line 108, ../sass/_quiz_875.scss */
  #plantList footer form label {
    width: 33%;
  }

  /* line 118, ../sass/_quiz_875.scss */
  #quizResult header {
    padding: 85px 0 60px;
  }
  /* line 123, ../sass/_quiz_875.scss */
  #quizResult header h1 {
    max-width: 692px;
    min-height: 58px;
    font-size: 58px;
    line-height: 58px;
  }
  /* line 130, ../sass/_quiz_875.scss */
  #quizResult header h2 {
    max-width: 692px;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 16px;
  }
  /* line 138, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .inner {
    position: relative;
    max-width: 692px;
    min-height: 240px;
    padding: 45px 0px;
    margin: 41px auto 40px;
  }
  /* line 145, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .inner .ivy {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
  }
  /* line 151, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .inner .ivyTopLeft {
    top: -41px;
    left: -49px;
    width: 241px;
    height: 220px;
    background-image: url("../img/quizResultIvyTopLeft.png");
  }
  /* line 159, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .inner .ivyBottomLeft {
    bottom: -52px;
    left: -12px;
    width: 97px;
    height: 118px;
    background-image: url("../img/quizResultIvyBottomLeft.png");
  }
  /* line 167, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .inner .ivyBottomRight {
    bottom: -80px;
    right: -34px;
    width: 173px;
    height: 176px;
    background-image: url("../img/quizResultIvyBottomRight.png");
  }
  /* line 175, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .inner h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 4px 0;
  }
  /* line 182, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer {
    max-width: 100%;
  }
  /* line 186, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol {
    float: none;
    width: auto;
    position: relative;
    display: inline-block;
    width: 196px;
    height: 209px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: 0 15px;
  }
  /* line 200, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content {
    padding-top: 12px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 201px;
    padding: 12px;
  }
  /* line 211, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content p {
    display: block;
    visibility: hidden;
    height: 120px;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    background-color: #bf6e2a;
    padding: 0;
    margin: 0 auto;
  }
  /* line 226, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content span {
    display: block;
    visibility: hidden;
    height: 40px;
    color: #ffffff;
    text-transform: uppercase;
  }
  /* line 236, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content h4 {
    font-size: 14px;
  }
  /* line 241, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content:hover {
    background-color: #bf6e2a;
    cursor: pointer;
  }
  /* line 245, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content:hover p {
    visibility: visible;
  }
  /* line 249, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content:hover span {
    visibility: visible;
  }
  /* line 253, ../sass/_quiz_875.scss */
  #quizResult header .plantSymbols .plantSymbolContainer .plantSymbol .content:hover h4 {
    color: #ffffff;
  }
  /* line 261, ../sass/_quiz_875.scss */
  #quizResult header .shareContainer {
    position: relative;
  }
  /* line 264, ../sass/_quiz_875.scss */
  #quizResult header .shareContainer p {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  /* line 269, ../sass/_quiz_875.scss */
  #quizResult header .shareContainer .scrollDown {
    display: block;
    position: absolute;
    top: 30px;
    width: 37px;
    height: 47px;
    background-image: url("../img/quizScrollDown.png");
    background-repeat: no-repeat;
  }
  /* line 278, ../sass/_quiz_875.scss */
  #quizResult header .shareContainer .scrollDown.scrollDownLeft {
    left: -135px;
  }
  /* line 282, ../sass/_quiz_875.scss */
  #quizResult header .shareContainer .scrollDown.scrollDownRight {
    right: -135px;
  }
  /* line 290, ../sass/_quiz_875.scss */
  #quizResult #quizResultBody {
    padding: 88px 0 0;
  }
  /* line 293, ../sass/_quiz_875.scss */
  #quizResult #quizResultBody section {
    position: relative;
    width: 100%;
    max-width: 692px;
    margin: 0 auto 88px;
  }
  /* line 299, ../sass/_quiz_875.scss */
  #quizResult #quizResultBody section h3 {
    width: 273px;
    padding: 0;
    margin: 0 auto 16px;
  }
  /* line 304, ../sass/_quiz_875.scss */
  #quizResult #quizResultBody section h3 span {
    height: 62px;
    font-size: 18px;
    line-height: 62px;
  }
  /* line 311, ../sass/_quiz_875.scss */
  #quizResult #quizResultBody section .plantImage {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -136px;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 25 ")";
    filter: alpha(opacity=25);
    zoom: 1;
  }
  /* line 319, ../sass/_quiz_875.scss */
  #quizResult #quizResultBody section .plantDetailCollapsible {
    border: 1px solid #d9ad84;
  }
}
@media only screen and (min-width: 950px) {
  /* line 1, ../sass/_950.scss */
  #mainPageHeader .tm-menu-section {
    margin: 0 3em 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/_1024.scss */
  .environment {
    height: 25px;
  }
  /* line 3, ../sass/_1024.scss */
  .environment div {
    position: fixed;
    background-color: gold;
    border-bottom: 1px solid goldenrod;
    height: 25px;
    line-height: 25px;
    top: 0;
    color: black;
    font-weight: bold;
    width: 100%;
    text-align: center;
    z-index: 10000000;
  }

  /* line 18, ../sass/_1024.scss */
  .container {
    width: 100%;
    overflow: hidden;
  }

  /* line 24, ../sass/_1024.scss */
  #mainPageHeader nav {
    width: 100%;
    margin: 0 auto;
  }
  /* line 30, ../sass/_1024.scss */
  #mainPageHeader div.Level1Expanded {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 38px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) inset;
  }
  /* line 41, ../sass/_1024.scss */
  #mainPageHeader .topNav {
    list-style-type: none;
    width: 100%;
    height: 16px;
    font-size: 11px;
    display: block;
    position: relative;
    padding: 5px 0px 0px 0px;
    margin: 0;
  }
  /* line 50, ../sass/_1024.scss */
  #mainPageHeader .topNav li {
    display: inline;
    margin-left: 30px;
    position: relative;
    float: right;
  }
  /* line 56, ../sass/_1024.scss */
  #mainPageHeader .topNav li.promo {
    display: inline;
    margin-left: 0px;
    position: relative;
    float: left;
  }
  /* line 62, ../sass/_1024.scss */
  #mainPageHeader .topNav a {
    color: #c4712d;
    text-transform: uppercase;
    text-decoration: none;
  }
  /* line 67, ../sass/_1024.scss */
  #mainPageHeader .topNav a:hover {
    color: #C89D74;
  }
  /* line 70, ../sass/_1024.scss */
  #mainPageHeader .topNav span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
  /* line 77, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav {
    border-bottom: 0;
    position: absolute;
    top: 20px;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  }
  /* line 86, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li {
    border-top: 0;
    height: 22px;
    vertical-align: top;
    position: absolute;
    background-image: none;
    margin-top: 0px;
    padding: 0px;
    background-color: transparent;
  }
  /* line 97, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li.btnsLeft {
    margin-right: 75px;
  }
  /* line 101, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li.btnsRight {
    margin-left: 75px;
  }
  /* line 105, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li > a {
    padding: 0px;
    font-size: 12px;
    color: #803314;
    text-transform: uppercase;
    text-decoration: none;
  }
  /* line 124, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav1Col {
    width: 238px;
  }
  /* line 127, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav2Col {
    width: 477px;
  }
  /* line 130, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav3Col {
    width: 715px;
  }
  /* line 133, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav4Col {
    width: 1024px;
  }
  /* line 136, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li.expanded .secondLevelContainer.nav5Col {
    width: 1024px;
  }
  /* line 142, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(2) .secondLevelContainer.nav4Col, #mainPageHeader ul.mainNav > li:nth-of-type(2) .secondLevelContainer.nav5Col {
    left: -219px;
  }
  /* line 149, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav > li:nth-of-type(4) .secondLevelContainer.nav4Col, #mainPageHeader ul.mainNav > li:nth-of-type(4) .secondLevelContainer.nav5Col {
    right: -219px;
  }
  /* line 154, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav .tm-menu-section {
    margin: 0 2em 0 0;
  }
  /* line 157, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav .tm-menu-section:last-child {
    margin: 0;
  }
  /* line 160, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav .tm-menu-section > a {
    padding: 20px 20px 25px 20px !important;
    position: relative;
    margin-top: -20px;
  }
  /* line 166, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav .tm-menu-section > a:after {
    font-family: fontawesome;
    font-weight: 700;
    font-size: 14px;
    display: block;
    position: absolute;
    color: #803314;
    right: 0;
    bottom: 50%;
  }
  /* line 187, ../sass/_1024.scss */
  #mainPageHeader ul.mainNav .tm-menu-section.hovered > a {
    background: #fffcf4;
    background-image: url("../img/backgroundTexture-light.jpg");
    box-shadow: inset 0px 3px 1px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  /* line 198, ../sass/_1024.scss */
  #mainPageHeader .tm-menu-section.tm-menu-section-nosub > a {
    padding-right: 0px !important;
  }
  /* line 202, ../sass/_1024.scss */
  #mainPageHeader .tm-menu-section.tm-menu-section-nosub > a:after, #mainPageHeader .tm-menu-section.tm-menu-section-nosub.collapsed > a:after {
    content: "" !important;
  }
  /* line 206, ../sass/_1024.scss */
  #mainPageHeader .tm-menu-section.tm-menu-section-nosub.expanded > a:after {
    content: "" !important;
  }
  /* line 210, ../sass/_1024.scss */
  #mainPageHeader .homeBTN {
    width: 118px;
    height: 118px;
  }

  /* line 216, ../sass/_1024.scss */
  .trm-newsletter-header p .hide {
    display: inline;
  }

  /* line 223, ../sass/_1024.scss */
  .marquee .slide .contentContainer {
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
  }
  /* line 231, ../sass/_1024.scss */
  .marquee .slide .content h1, .marquee .slide .content p, .marquee .slide .content a {
    max-width: 386px;
  }
  /* line 237, ../sass/_1024.scss */
  .marquee .slide .widthContainer {
    width: 100%;
    max-width: 948px;
    margin: 0 auto;
  }
  /* line 244, ../sass/_1024.scss */
  .marquee .nav {
    width: 100%;
    max-width: 1024px;
    padding-left: 38px;
    padding-right: 38px;
  }

  /* line 254, ../sass/_1024.scss */
  .homeContent {
    width: 100%;
    max-width: 1024px;
  }

  /* line 269, ../sass/_1024.scss */
  .footerWideWrapper {
    width: 944px;
  }

  /* line 274, ../sass/_1024.scss */
  .footerContentWide.cyclePlantIMG {
    width: 274px;
    height: 244px;
  }
  /* line 278, ../sass/_1024.scss */
  .footerContentWide.cyclePlantIMG img {
    height: 205px;
  }

  /* line 283, ../sass/_1024.scss */
  .footerLinkContainer {
    width: 622px;
    margin-left: 44px;
  }

  /* line 288, ../sass/_1024.scss */
  .footerContentWide.footerNav {
    width: 480px;
  }

  /* line 292, ../sass/_1024.scss */
  .footerContentWide.socialLinks {
    width: 151px;
  }
  /* line 295, ../sass/_1024.scss */
  .footerContentWide.socialLinks p {
    width: 100%;
  }
  /* line 299, ../sass/_1024.scss */
  .footerContentWide.socialLinks a {
    display: inline-block;
    margin-right: 15px;
  }

  /*
  .footerContentWide.subscribe2newsletter {
  	width: 625px;
  	p {
  		margin-right: 0px;
  		width: 298px;
  		padding-right: 0px;
  
  	}
  	input.newsletterInput {
  		height: 25px;
  		margin-top: 0px;
  		width: 214px !important;
  		border: solid 1px #c8bda6;
  		padding-top: 1px;
  		padding-bottom: 0px;
  		color: #6d2b11 !important;
  		@include sansSerifMedium;
  		margin-right: 0px;
  		background-color: #f6f4ed;
  	}
  	input[type=button], input[type=submit] {
  		height: 24px;
  		margin-top: -2px;
  		margin-left: 8px;
  		width: 80px;
  		background-color: $lightBrown;
  		color: #ffffff;
  		@include sansSerifMedium;
  		font-size: 11px;
  		border: none;
  		text-align: center;
  		vertical-align: bottom;
  		padding: 2px 0px 0px 0px;
  		position: relative;
  	}
  	input[type=button]:hover, input[type=submit]:hover {
  		background-color: #C89D74;
  		color: #ffffff;
  	}
  	input[placeholder], [placeholder], *[placeholder], input::-webkit-input-placeholder {
  		color: #6d2b11 !important;
  		@include sansSerifMedium;
  		padding-left: 9px;
  		font-size: 10px;
  	}
  	input:focus::-webkit-input-placeholder {
  		color: transparent;
  		outline: 0;
  	}
  	input:focus {
  		outline: 0;
  	}
  }
  */
  /* line 361, ../sass/_1024.scss */
  .footerContentWide.legalNotice {
    margin: 20px 0px 0px 44px;
    width: 624px;
  }

  /* line 365, ../sass/_1024.scss */
  .footerContentWide.legalNotice span {
    display: inline;
  }

  /* line 369, ../sass/_1024.scss */
  .breadcrumbs {
    max-width: 1024px;
  }
  /* line 372, ../sass/_1024.scss */
  .breadcrumbs p {
    width: 350px;
  }

  /* ----- COLLAPSIBLE CONTENT DEFAULT STYLES -----  */
  /* line 379, ../sass/_1024.scss */
  .defaultCollapsible {
    margin: 0;
  }
  /* line 383, ../sass/_1024.scss */
  .defaultCollapsible .contentLi h3 {
    margin-top: 10px;
    font-size: 15px;
  }
  /* line 388, ../sass/_1024.scss */
  .defaultCollapsible .contentLi p {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  /* ----- GENERIC CONTENT (BLOG POST) -----  */
  /* line 399, ../sass/_1024.scss */
  article.genericContent header.withoutImage {
    max-width: 1024px;
  }
  /* line 404, ../sass/_1024.scss */
  article.genericContent header.withImage .copyContainer {
    width: 1024px;
  }
  /* line 408, ../sass/_1024.scss */
  article.genericContent header.withImage .copy {
    max-width: 1024px;
  }
  /* line 411, ../sass/_1024.scss */
  article.genericContent header.withImage .copy h1 {
    line-height: 50px;
  }
  /* line 417, ../sass/_1024.scss */
  article.genericContent .columnsWrapper {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 424, ../sass/_1024.scss */
  article.genericContent .columnsWrapper.noAside section {
    float: none;
    width: auto;
    margin: 5px 38px 20px;
  }
  /* line 432, ../sass/_1024.scss */
  article.genericContent section {
    width: 567px;
    float: left;
    padding: 0;
    margin: 0 76px 0 38px;
  }
  /* line 438, ../sass/_1024.scss */
  article.genericContent section h3, article.genericContent section h4, article.genericContent section h5 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  /* line 444, ../sass/_1024.scss */
  article.genericContent section p {
    margin: 10px auto;
  }
  /* line 447, ../sass/_1024.scss */
  article.genericContent section p a {
    color: #c4712d;
  }
  /* line 451, ../sass/_1024.scss */
  article.genericContent section p a:hover {
    color: #C89D74;
  }
  /* line 457, ../sass/_1024.scss */
  article.genericContent aside {
    float: left;
    width: 305px;
    padding: 0;
    margin: 0 38px 0 0;
  }
  /* line 463, ../sass/_1024.scss */
  article.genericContent aside h2 {
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    margin: 0;
  }
  /* line 470, ../sass/_1024.scss */
  article.genericContent aside div.tout {
    width: auto;
    float: none;
    margin: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #4e2717;
  }
  /* line 477, ../sass/_1024.scss */
  article.genericContent aside div.tout:first-of-type {
    border-top: 1px solid #4e2717;
    margin-top: 13px;
  }
  /* line 483, ../sass/_1024.scss */
  article.genericContent aside div h3, article.genericContent aside div h4 {
    font-size: 14px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    padding: 11px 0;
    margin: 0;
  }
  /* line 490, ../sass/_1024.scss */
  article.genericContent aside div figure {
    text-align: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 500, ../sass/_1024.scss */
  article.genericContent aside div figure img {
    width: 100%;
    height: auto;
  }
  /* line 506, ../sass/_1024.scss */
  article.genericContent aside div p {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
  }
  /* line 510, ../sass/_1024.scss */
  article.genericContent aside div a.learnMore {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 11px;
    margin-top: 0px;
    color: #c4712d;
  }
  /* line 518, ../sass/_1024.scss */
  article.genericContent aside div a.learnMore:hover {
    color: #C89D74;
  }

  /* ----- PLANT PAGES -----  */
  /* line 531, ../sass/_1024.scss */
  article.plantPage header .inner {
    max-width: 1024px;
  }
  /* line 535, ../sass/_1024.scss */
  article.plantPage header h1 {
    width: 616px;
  }
  /* line 539, ../sass/_1024.scss */
  article.plantPage header p {
    width: 636px;
    height: 245px;
    font-size: 30px;
    line-height: 45px;
  }
  /* line 546, ../sass/_1024.scss */
  article.plantPage header .plantImage {
    width: 290px;
    height: 245px;
  }
  /* line 550, ../sass/_1024.scss */
  article.plantPage header .plantImage div {
    width: 290px;
    height: 245px;
    padding-top: 0px !important;
    margin: 0 auto;
  }
  /* line 558, ../sass/_1024.scss */
  article.plantPage header .shareThisStory {
    top: 31px;
  }
  /* line 563, ../sass/_1024.scss */
  article.plantPage section {
    max-width: 948px;
  }
  /* line 568, ../sass/_1024.scss */
  article.plantPage section .plantDetailCollapsible .contentLi .contentWithVideo {
    width: 607px;
  }

  /* ----- CONTACT PAGE -----  */
  /* line 580, ../sass/_1024.scss */
  article.contactContent section {
    width: 446px;
  }
  /* line 583, ../sass/_1024.scss */
  article.contactContent aside {
    width: 425px;
  }

  /* ----- PRODUCT LISTING -----  */
  /* line 591, ../sass/_1024.scss */
  .productListSideNav {
    margin-top: 30px;
  }

  /* line 594, ../sass/_1024.scss */
  .productListingContent {
    width: 100%;
    max-width: 1024px;
  }

  /* line 599, ../sass/_1024.scss */
  .productIntro p {
    width: 76.666%;
  }

  /* line 604, ../sass/_1024.scss */
  div.categoryItems ul {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /* line 608, ../sass/_1024.scss */
  div.categoryItems ul li {
    height: 300px;
    margin-right: 50px;
  }
  /* line 613, ../sass/_1024.scss */
  div.categoryItems ul li a .productThumb {
    width: 124px;
  }
  /* line 618, ../sass/_1024.scss */
  div.categoryItems ul li.k-cup a .productThumb {
    width: 140px;
    margin-left: -10px;
  }
  /* line 622, ../sass/_1024.scss */
  div.categoryItems ul li.k-cup a .productThumb div {
    padding-top: 118.38% !important;
  }

  /* ----- PRODUCT DETAIL -----  */
  /* line 637, ../sass/_1024.scss */
  .productDetailMain {
    width: 100%;
    max-width: 1024px;
    min-height: 632px;
    padding-top: 75px;
    padding-bottom: 57px;
    padding-left: 31.5%;
  }
  /* line 647, ../sass/_1024.scss */
  .productDetailMain.has-slider #BVRRSummaryContainer {
    top: 570px;
  }
  /* line 651, ../sass/_1024.scss */
  .productDetailMain h1 {
    font-size: 42px;
  }
  /* line 654, ../sass/_1024.scss */
  .productDetailMain .tm-product-carousel-container {
    width: 33.9484375%;
    max-width: 348px;
    position: absolute;
    top: 75px;
    left: 0;
    text-align: left;
    margin: 0 0 0 1em;
  }
  /* line 664, ../sass/_1024.scss */
  .productDetailMain figure {
    width: 348px;
    height: 465px;
  }
  /* line 668, ../sass/_1024.scss */
  .productDetailMain figure.k-cup {
    width: 370px;
  }
  /* line 671, ../sass/_1024.scss */
  .productDetailMain figure.k-cup + figure {
    width: 243.6px;
    margin-left: 52.2px;
    margin-top: 300px;
  }
  /* line 679, ../sass/_1024.scss */
  .productDetailMain #BVRRSummaryContainer {
    width: 348px;
    position: absolute;
    left: 50px;
    top: 570px;
  }
  /* line 685, ../sass/_1024.scss */
  .productDetailMain #BVRRSummaryContainer.k-cup {
    top: 600px;
  }
  /* line 690, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible {
    min-height: 334px;
  }
  /* line 693, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .navLi {
    white-space: nowrap;
  }
  /* line 696, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi1 {
    left: 0px;
  }
  /* line 700, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi2 {
    left: 16%;
  }
  /* line 704, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi3 {
    left: 39%;
  }
  /* line 708, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi4 {
    left: 57%;
  }
  /* line 712, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .navLi.navLi5 {
    top: 0px;
    right: 0px;
    left: auto;
  }
  /* line 719, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .contentLi {
    margin-top: 0;
  }
  /* line 721, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .contentLi h3 {
    margin-top: 10px;
    font-size: 15px;
  }
  /* line 726, ../sass/_1024.scss */
  .productDetailMain .productDetailCollapsible .contentLi p {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  /* line 734, ../sass/_1024.scss */
  .productDetailMain .productDetailActions .shareNow {
    width: 290px;
  }
  /* line 737, ../sass/_1024.scss */
  .productDetailMain .productDetailActions .shareNow span {
    display: table-cell;
  }

  /* line 743, ../sass/_1024.scss */
  .productDetailRelated {
    background-image: none;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 80%;
  }
  /* line 750, ../sass/_1024.scss */
  .productDetailRelated.not-updated {
    min-height: 500px;
  }
  /* line 752, ../sass/_1024.scss */
  .productDetailRelated.not-updated .innerPadding {
    width: 944px;
  }
  /* line 757, ../sass/_1024.scss */
  .productDetailRelated .innerPadding {
    width: 100%;
    max-width: 1024px;
  }
  /* line 764, ../sass/_1024.scss */
  .productDetailRelated .relatedProducts .arrows320 {
    display: none;
  }
  /* line 771, ../sass/_1024.scss */
  .productDetailRelated .relatedProducts ul li figure .imgWidth {
    width: 99px;
  }
  /* line 775, ../sass/_1024.scss */
  .productDetailRelated .relatedProducts ul li figure .img {
    padding-top: 133.33333%;
  }
  /* line 779, ../sass/_1024.scss */
  .productDetailRelated .relatedProducts ul li.k-cup .imgWidth div {
    padding-top: 94%;
  }
  /* line 789, ../sass/_1024.scss */
  .productDetailRelated.noRelatedContent .relatedProducts ul li {
    width: 14.65%;
    margin: 0 2% 35px 0;
  }
  /* line 799, ../sass/_1024.scss */
  .productDetailRelated.noRelatedContent.legacy-content .relatedProducts ul li {
    width: 17.65%;
    margin: 0 2% 35px 0;
  }
  /* line 807, ../sass/_1024.scss */
  .productDetailRelated .relatedContent {
    /* Nothing to see here */
  }

  /* ----- STORE FINDER -----  */
  /* line 816, ../sass/_1024.scss */
  article.storeFinderContent section {
    width: 55%;
    padding: 0 76px 0 38px;
    margin: 0;
  }
  /* line 822, ../sass/_1024.scss */
  article.storeFinderContent aside {
    width: 45%;
    padding: 0 38px 0 0;
    margin: 0;
  }

  /* line 3, ../sass/_quiz_1024.scss */
  #plantList section .number {
    top: 132px;
    left: -159px;
    width: 124px;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background-size: 124px 124px;
    padding: 145px 0 0 0;
  }

  /* line 22, ../sass/_quiz_1024.scss */
  #quizResult header h1 {
    max-width: 784px;
  }
  /* line 26, ../sass/_quiz_1024.scss */
  #quizResult header h2 {
    max-width: 784px;
  }
  /* line 31, ../sass/_quiz_1024.scss */
  #quizResult header .plantSymbols .inner {
    max-width: 784px;
  }
  /* line 37, ../sass/_quiz_1024.scss */
  #quizResult header .shareContainer .scrollDown {
    top: -200px;
  }
  /* line 40, ../sass/_quiz_1024.scss */
  #quizResult header .shareContainer .scrollDown.scrollDownLeft {
    left: -309px;
  }
  /* line 44, ../sass/_quiz_1024.scss */
  #quizResult header .shareContainer .scrollDown.scrollDownRight {
    right: -309px;
  }
  /* line 53, ../sass/_quiz_1024.scss */
  #quizResult #quizResultBody section {
    max-width: 948px;
  }
  /* line 56, ../sass/_quiz_1024.scss */
  #quizResult #quizResultBody section h3 {
    float: left;
    width: 273px;
    padding: 0;
    margin: 0 47px 0 0;
  }
  /* line 63, ../sass/_quiz_1024.scss */
  #quizResult #quizResultBody section .plantImage {
    top: 80px;
    left: 0px;
    margin-left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
  }
  /* line 70, ../sass/_quiz_1024.scss */
  #quizResult #quizResultBody section .plantDetailCollapsible {
    margin: 0 0 0 320px;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 2, ../sass/_1280.scss */
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }

  /* line 12, ../sass/_1280.scss */
  #mainPageHeader, .marquee, .homeContentBorder, .homeContent, #mainPageFooter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 19, ../sass/_1280.scss */
  .homeContent {
    background-position: center center;
  }
  /* line 22, ../sass/_1280.scss */
  .homeContent div.clearfix {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  /* line 30, ../sass/_1280.scss */
  #mainPageHeader ul.mainNav .tm-menu-section > a {
    font-size: 14px;
  }

  /* line 34, ../sass/_1280.scss */
  #mainPageHeader .homeBTN {
    height: 130px;
    width: 130px;
    top: 20%;
  }

  /* line 40, ../sass/_1280.scss */
  .productDetailMain {
    max-width: 90%;
  }

  /* line 45, ../sass/_1280.scss */
  .productDetailRelated .innerPadding {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 2, ../sass/_1920.scss */
  .tm-callout.full-width {
    height: 100vh;
  }
  /* line 5, ../sass/_1920.scss */
  .tm-callout.full-width .tm-callout-content {
    padding: 15% 12%;
  }
}
@media print {
  /* Welcome to Compass. Use this file to define print styles.
   * Import this file using the following HTML or equivalent:
   * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
  /* line 4, ../sass/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 11, ../sass/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 16, ../sass/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 20, ../sass/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 28, ../sass/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../sass/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../sass/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 44, ../sass/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../sass/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 57, ../sass/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
